@charset "UTF-8";
/* CSS Document */


body {font-family: "Poppins", sans-serif;}

 :root {
            --primary-color: #073042;
            --secondary-color: #009dc5;
            --accent-color: #009dc5;
            --light-accent: #009dc5;
            --text-dark: #073042;
            --text-light: #4a5568;
            --text-muted: #718096;
            --border-color: #f5f5f5;
            --bg-light: #f5f5f5;
            --white: #ffffff;
	        --light-grey: #e6e7e8;
        }
	  
		section {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

html, body {
    overflow-x: hidden;
    max-width: 100%;
}

* {
    box-sizing: border-box;
}

a {
  
  text-decoration: none
}
a:hover {
 
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}


/*NEW BREAK POiNTS v4*/
/* Override Bootstrap 5 breakpoints to match Bootstrap 4 */
:root {
  /* Bootstrap 4 breakpoint values */
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;   /* BS4: 576px, BS5: 576px (same) */
  --bs-breakpoint-md: 768px;   /* BS4: 768px, BS5: 768px (same) */
  --bs-breakpoint-lg: 992px;   /* BS4: 992px, BS5: 992px (same) */
  --bs-breakpoint-xl: 1200px;  /* BS4: 1200px, BS5: 1200px (same) */
  --bs-breakpoint-xxl: 1400px; /* This is new in BS5, keep or adjust as needed */
}



@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
   max-width: none !important;
    width: 100% !important;
  }
	

}




/* Optional: If you want to handle the new xxl breakpoint */
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px; /* You can adjust this value */
  }
}
/*END NEW BREAK POiNTS v4*/

.pull-up-15 {margin-top: -15px!important;}
.pull-up-20 {margin-top: -20px!important;}

.gr-bg-light {background-color: #e6e7e8;}

.gr-bg-grad {background: #E6E7E8;
background: linear-gradient(180deg,rgba(230, 231, 232, 1) 0%, rgba(255, 255, 255, 1) 100%);}


.row {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}


.blue-bg-strip {  background: white linear-gradient( 0, #009dc5, #009dc5 ) repeat-x;
    background-size: 150px 430px;
    
	
}
.blue-bg-strip-short {  background: white linear-gradient( 0, #009dc5, #009dc5 ) repeat-x;
    background-size: 150px 230px;
    
	
}
.navy-bg-strip {  background: #fff linear-gradient( #073042, #009dc5, #fff ) repeat-x;
    background-size: 100px 350px;
    
	
}
	

/*iframe*/

        /* Alternative: 4:3 aspect ratio */
        .iframe-container-4-3 {
            position: relative;
            width: 100%;
            padding-bottom: 75%; /* 4:3 aspect ratio (3/4 = 0.75) */
            height: 0;
            overflow: hidden;
            background-color: #f0f0f0;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .iframe-container-4-3 iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
            border-radius: 8px;
        }

/*iframe*/

/* QUOTES*/
@layer demo {
  blockquote {
    hanging-punctuation: first last;
   
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 1.5;
    
    position: relative;
    
    &::before {
      content: "";
      z-index: -1;
      position: absolute;
      inset-inline: 10%;
      inset-block: -50%;
      aspect-ratio: 1;
      border-radius: 13px;
      background: #009dc5;
      filter: blur(95px);
    }
    
    > p {
      
      &::before {
        content: open-quote;
      }

      &::after {
        content: close-quote;
      }
    }
  }
}

/* END QUOTES*/




/* BANNERS*/
@media (max-width: 576px) {
	
	.banner-home-bg{
		background-image:none!important;
	   min-height: 40vh!important;
	   }

		.banner-pau-bg{
		background-image:none!important;
	   min-height: 40vh!important;
	   }	
	.banner-paul2-bg{
		background-image:none!important;
	   min-height: 40vh!important;
	   }
	.banner-elizabeth-bg{
		background-image:none!important;
	   min-height: 40vh!important;
	   }	
		.banner-ciara-bg{
		background-image:none!important;
	   min-height: 40vh!important;
	   }	
	
	.banner-reception-bg{
		background-image:none!important;
	   min-height: 40vh!important;
	   }
		.banner-reception1-bg{
		background-image:none!important;
	   min-height: 40vh!important;
	   }

		.banner-brian-bg{
		background-image:none!important;
	   min-height: 40vh!important;
	   }

		.banner-joanne-bg{
		background-image:none!important;
	   min-height: 40vh!important;
	   }

		.banner-outside1-bg{
		background-image:none!important;
	   min-height: 40vh!important;
	   }
.banner-outside2-bg{
		background-image:none!important;
	   min-height: 40vh!important;
	   }

.banner-outside3-bg{
		background-image:none!important;
	   min-height: 40vh!important;
	   }
.banner-outside4-bg{
		background-image:none!important;
	   min-height: 40vh!important;
	   }

		

		.banner-molly-bg{
		background-image:none!important;
	   min-height: 40vh!important;
	   }
	.banner-josh-bg{
		background-image:none!important;
	   min-height: 40vh!important;
	   }

	
	.banner-knocker-bg{
		background-image:none!important;
	   min-height: 40vh!important;
	   }

	.banner-frances-bg{
		background-image:none!important;
	   min-height: 40vh!important;
	   }
	.banner-lisa-bg{
		background-image:none!important;
	   min-height: 40vh!important;
	   }
	.banner-hand-bg{
		background-image:none!important;
	   min-height: 40vh!important;
	   }

	.banner-karen-bg{
		background-image:none!important;
	   min-height: 40vh!important;
	   }

	.banner-laura-bg{
		background-image:none!important;
	   min-height: 40vh!important;
	   }


.banner-tanya-bg{
		background-image:none!important;
	   min-height: 40vh!important;
	   }

	
	
	
	
	
	
	
}
 @media (max-width: 1200px), (max-width:1322px) {
        /* Add this to your CSS */
.hero-section,
.banner-home-bg,
.banner-paul-bg,
.banner-reception1-bg,
.banner-brian-bg,
.banner-joanne-bg3,
.banner-outside1-bg,
.banner-outside2-bg,
.banner-outside3-bg,
.banner-outside4-bg,
.banner-knocker-bg{
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
}
        }




.banner-home-bg{
 background-image:url("../images/banner-paul.jpg");
	background-color: white;
	background-position: top right;
 background-size: cover;
 background-repeat: no-repeat;
	min-height: 60vh!important;
}

.banner-pau-bg{
 background-image:url("../images/banner-paul.jpg");
	background-color: white;
	background-position: top right;
 background-size: cover;
 background-repeat: no-repeat;
	min-height: 60vh!important;
}
.banner-paul2-bg{
 background-image:url("../images/banner-paul2.jpg");
	background-color: white;
	background-position: top right;
 background-size: cover;
 background-repeat: no-repeat;
	min-height: 60vh!important;
}

.banner-ciara-bg{
 background-image:url("../images/banner-ciara.jpg");
	background-color: white;
	background-position: top right;
 background-size: cover;
 background-repeat: no-repeat;
	min-height: 60vh!important;
}
.banner-elizabeth-bg{
 background-image:url("../images/banner-elizabeth.jpg");
	background-color: white;
	background-position: top right;
 background-size: cover;
 background-repeat: no-repeat;
	min-height: 60vh!important;
}.banner-reception-bg{
 background-image:url("../images/banner-reception1.jpg");
	background-color: white;
	background-position: top right;
 background-size: cover;
 background-repeat: no-repeat;
	min-height: 60vh!important;
}
.banner-reception1-bg{
 background-image:url("../images/banner-reception1.jpg");
	background-color: white;
	background-position: top right;
 background-size: cover;
 background-repeat: no-repeat;
	min-height: 60vh!important;
	
}

.banner-brian-bg{
 background-image:url("../images/banner-brian.jpg");
	background-color: white;
	background-position: top right;
 background-size: cover;
 background-repeat: no-repeat;
	min-height: 60vh!important;
}

.banner-joanne-bg{
 background-image:url("../images/banner-joanne.jpg");
	background-color: white;
	background-position: top right;
 background-size: cover;
 background-repeat: no-repeat;
	min-height: 60vh!important;
}

.banner-outside1-bg{
 background-image:url("../images/banner-outside1.jpg");
	background-color: white;
	background-position: top right;
 background-size: cover;
 background-repeat: no-repeat;
	min-height: 60vh!important;
}
.banner-outside2-bg{
 background-image:url("../images/banner-outside2.jpg");
	background-color: white;
	background-position: top right;
 background-size: cover;
 background-repeat: no-repeat;
	min-height: 60vh!important;
}
.banner-outside3-bg{
 background-image:url("../images/banner-outside3.jpg");
	background-color: white;
	background-position: top right;
 background-size: cover;
 background-repeat: no-repeat;
	min-height: 60vh!important;
}
.banner-outside4-bg{
 background-image:url("../images/banner-outside4.jpg");
	background-color: white;
	background-position: top right;
 background-size: cover;
 background-repeat: no-repeat;
	min-height: 60vh!important;
}
.banner-molly-bg{
 background-image:url("../images/banner-molly.jpg");
	background-color: white;
	background-position: top right;
 background-size: cover;
 background-repeat: no-repeat;
	min-height: 60vh!important;
}
.banner-josh-bg{
 background-image:url("../images/banner-josh.jpg");
	background-color: white;
	background-position: top right;
 background-size: cover;
 background-repeat: no-repeat;
	min-height: 60vh!important;
}
.banner-knocker-bg{
 background-image:url("../images/banner-knocker.jpg");
	background-color: white;
	background-position: top right;
 background-size: cover;
 background-repeat: no-repeat;
	min-height: 60vh!important;
}
.banner-frances-bg{
 background-image:url("../images/banner-frances2.jpg");
	background-color: white;
	background-position: top right;
 background-size: cover;
 background-repeat: no-repeat;
	min-height: 60vh!important;
}
.banner-lisa-bg{
 background-image:url("../images/banner-lisa2.jpg");
	background-color: white;
	background-position: top right;
 background-size: cover;
 background-repeat: no-repeat;
	min-height: 60vh!important;
}
.banner-hand-bg{
 background-image:url("../images/banner-hand.jpg");
	background-color: white;
	background-position: top right;
 background-size: cover;
 background-repeat: no-repeat;
	min-height: 60vh!important;
}
.banner-karen-bg{
 background-image:url("../images/banner-karen2.jpg");
	background-color: white;
	background-position: top right;
 background-size: cover;
 background-repeat: no-repeat;
	min-height: 60vh!important;
}
.banner-laura-bg{
 background-image:url("../images/banner-laura.jpg");
	background-color: white;
	background-position: top right;
 background-size: cover;
 background-repeat: no-repeat;
	min-height: 60vh!important;
}
.banner-tanya-bg{
 background-image:url("../images/banner-tanya.jpg");
	background-color: white;
	background-position: top right;
 background-size: cover;
 background-repeat: no-repeat;
	min-height: 60vh!important;
}
/*END BANNERS*/




  /* Circle divider styles */
        .section-divider {
            position: relative;
        }
        
        .circle-divider {
            position: absolute;
            top: -50px; /* Half the circle height to center it on the border */
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 100px;
            background-color: #009dc5;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
            border: 6px solid white; /* Optional: adds a white border around the circle */
        }
        
        .circle-divider::before {
            content: "=";
            color: white;
            font-size: 84px;
            font-weight: bold;
        }
        
 .circle-divider-plus {
            position: absolute;
            top: -50px; /* Half the circle height to center it on the border */
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 100px;
            background-color: #009dc5;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
            border: 6px solid white; /* Optional: adds a white border around the circle */
        }
        
        .circle-divider-plus::before {
            content: "+";
            color: white;
            font-size: 84px;
            font-weight: bold;
        }
        





		
        /* Header Styles */
        .header-top {
            background: var(--text-dark);
            color: #cbd5e0;
            padding: 10px 0;
            font-size: 13px;
            font-weight: 400;
        }
        
        .header-top .contact-info {
            display: flex;
            align-items: center;
            gap: 35px;
			
        } 

.header-top .contact-info a {
           text-decoration: none;
			
        }
.header-top .contact-info a:hover {
           text-decoration: none;
	color:#009dc5!important;
			
        }
        
        .header-top .contact-info span {
            display: flex;
            align-items: center;
            gap: 8px; 
        }
        
        .header-top .contact-info i {
            color: var(--accent-color);
        }
        
        .header-top .social-links {
            display: flex;
            gap: 12px;
			
        }
        
        .header-top .social-links a {
            color: #cbd5e0;
            font-size: 14px;
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: rgba(255,255,255,0.1);
            transition: all 0.3s;
			text-decoration: none;
        }
        
        .header-top .social-links a:hover {
            background: var(--accent-color);
            color: white;
            transform: translateY(-2px);
        }
		
		
		
            
        /* Main Content */
        .hero-section {
           
            padding: 0px 0;
            position: relative;
            overflow: hidden;
        }
        
        .hero-content {
            position: relative;
            z-index: 2;
        }
        
        .hero-text {
            text-align: left;
            padding-left: 20px;
        }
        
        .hero-text h1 {
            font-size: 3.2rem;
            font-weight: 800;
            margin-bottom: 25px;
            line-height: 1;
            letter-spacing: -1px;
			 color: var(--primary-color);
        }
        
        .hero-text h2 {
            font-size: 2.5rem;
            margin-bottom: 25px;
            line-height: 1.1;
            opacity: 0.95;
            font-weight: 400;
			 color: var(--accent-color);
        }
        .hero-text p {
            font-size: 1.25rem;
            margin-bottom: 0px;
            line-height: 1.6;
            opacity: 0.95;
            font-weight: 400;
			 color: var(--accent-color);
        }
        
        .hero-image {
            position: relative;
            z-index: 1;
        }
        
        .hero-image img {
           width: auto!important;
            height: 100%!important;
            border-radius: 0px;
            box-shadow: 0 0px 0px rgba(0,0,0,0.25);
            
        }
        
       
        
        .hero-section h1 {
    font-size: 4.1rem;
    font-weight: 700;
    margin-bottom: 25px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease forwards 0.3s;
    line-height: 1.1;
    letter-spacing: -1px;
    padding-left: 0px;
        } 
		  .hero-section h2 {
            font-size: 2.9rem;
            font-weight: 400;
            margin-bottom: 25px;
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 1s ease forwards 0.5s;
            line-height: 1.2;
            letter-spacing: -1px;
        } 
		
        
        .hero-section p {
            font-size: 1.25rem;
            margin-bottom: 35px;
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 1s ease forwards 0.6s;
            line-height: 1.6;
            font-weight: 400;
        }
        
        .btn-custom {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 1s ease forwards 0.9s;
        }
        
       
        /* Floating Elements */
        .floating-element {
            position: absolute;
            opacity: 0.1;
            pointer-events: none;
        }
        
        .floating-element.element-1 {
            top: 20%;
            left: 10%;
            animation: float 6s ease-in-out infinite;
        }
        
        .floating-element.element-2 {
            top: 60%;
            right: 15%;
            animation: float 8s ease-in-out infinite reverse;
        }
        
        .floating-element.element-3 {
            bottom: 20%;
            left: 20%;
            animation: float 7s ease-in-out infinite 2s;
        }
        
        .floating-element.element-4 {
            top: 30%;
            right: 30%;
            animation: float 9s ease-in-out infinite 1s;
        }
        
        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes shimmer {
            0% {
                transform: translateX(-100%);
            }
            100% {
                transform: translateX(100%);
            }
        }
        
        @keyframes float {
            0%, 100% {
                transform: translateY(0px) rotate(0deg);
            }
            25% {
                transform: translateY(-20px) rotate(5deg);
            }
            50% {
                transform: translateY(-10px) rotate(-5deg);
            }
            75% {
                transform: translateY(-15px) rotate(3deg);
            }
        }
        
        @keyframes pulse {
            0%, 100% {
                transform: scale(1);
                opacity: 0.7;
            }
            50% {
                transform: scale(1.1);
                opacity: 1;
            }
        }
        
        /* Particle Effect */
        .particle {
            position: absolute;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            pointer-events: none;
            animation: particleFloat 15s linear infinite;
        }
        
        @keyframes particleFloat {
            0% {
                transform: translateY(100vh) rotate(0deg);
                opacity: 0;
            }
            10% {
                opacity: 1;
            }
            90% {
                opacity: 1;
            }
            100% {
                transform: translateY(-100px) rotate(360deg);
                opacity: 0;
            }
        }
        
        .btn-custom {
            background: var(--accent-color);
            color: white;
            padding: 15px 35px;
            border: none;
            border-radius: 30px;
            font-weight: 600;
            font-size: 16px;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s;
            position: relative;
            overflow: hidden;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .btn-custom::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s;
        }
        
        .btn-custom:hover::before {
            left: 100%;
        }
        
        .btn-custom:hover {
            background: var(--light-accent);
            transform: translateY(-3px) scale(1.05);
            color: white;
            box-shadow: 0 15px 35px #8be9fa;
        }
        
        /* Services Section */
        .services-section {
            padding: 100px 0;
            background: var(--bg-light);
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 70px;
        }
        
        .section-title h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 20px;
            letter-spacing: -0.5px;
        }
        
        .section-title p {
            font-size: 1.1rem;
            color: var(--text-muted);
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }
        
        .service-card {
            background: var(--white);
            padding: 40px 30px;
            border-radius: 0px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            text-align: center;
            transition: all 0.4s;
            height: 100%;
            position: relative;
            border: 1px solid rgba(56, 161, 105, 0.1);
        }
        
        .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--accent-color), var(--light-accent));
            border-radius: 0px 0px 0 0;
            transform: scaleX(0);
            transition: transform 0.3s;
        }
        
        .service-card:hover::before {
            transform: scaleX(1);
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 50px rgba(0,0,0,0.15);
        }
        
        .service-card i {
            font-size: 3.5rem;
            color: var(--accent-color);
            margin-bottom: 25px;
            transition: all 0.3s;
        }
        
        .service-card:hover i {
            transform: scale(1.1);
            color: var(--light-accent);
        }
        
        .service-card h4 {
            color: var(--primary-color);
            margin-bottom: 20px;
            font-size: 1.4rem;
            font-weight: 600;
        }
        
        .service-card p {
            color: var(--text-light);
            font-size: 13px;
            line-height: 1.6;
        }
        





    .service-card-left {
            background: var(--white);
            padding: 40px 30px;
            border-radius: 0px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            text-align: left;
            transition: all 0.4s;
            height: 100%;
            position: relative;
            border: 1px solid rgba(56, 161, 105, 0.1);
        }
        
        .service-card-left::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--accent-color), var(--light-accent));
            border-radius: 0px 0px 0 0;
            transform: scaleX(0);
            transition: transform 0.3s;
        }
        
        .service-card-left:hover::before {
            transform: scaleX(1);
        }
        
        .service-card-left:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 50px rgba(0,0,0,0.15);
        }
        
        .service-card-left i {
            font-size: 3.5rem;
            color: var(--accent-color);
            margin-bottom: 25px;
            transition: all 0.3s;
        }
        
        .service-card-left:hover i {
            transform: scale(1.1);
            color: var(--light-accent);
        }
        
        .service-card-left h4 {
            color: var(--primary-color);
            margin-bottom: 20px;
            font-size: 1.4rem;
            font-weight: 600;
        }
        
        .service-card-left p {
            color: var(--text-light);
            font-size: 13px;
            line-height: 1.6;
        }
        /* Footer */



footer { font-size:12px;}
footer a {color:#fff!important; font-weight: 300!important;}

footer h5 {font-size:18px; font-weight: 300!important;
color: #009dc5;}

       

        
        /* Responsive Design */
        @media (max-width: 991px) {
            .mega-menu {
                position: static;
                opacity: 1;
                visibility: visible;
                transform: none;
                box-shadow: none;
                
            }
            
            .mega-menu-content {
                padding: 15px 0;
            }
            
            .mega-menu h5 {
                color: var(--accent-color);
            }
            
            .mega-menu ul li a {
                color: var(--primary-color);
                padding: 8px 15px;
            }
            
            .hero-section h1 {
                font-size: 3.2rem;
            }
              .hero-section h2 {
            font-size: 2.5rem;
            
        } 
            .hero-text {
                text-align: left;
                padding-left: 40px;
                padding-bottom: 40px;
                margin-top: 30px;
            }
              .hero-image img {
           width: auto!important;
            height:  auto!important;
            border-radius: 0px;
            box-shadow: 0 0px 0px rgba(0,0,0,0.25);
            
        }
        
            .header-top .contact-info {
                flex-direction: column;
                gap: 10px;
            }
        }
        
        @media (max-width: 576px) {
            .hero-section {
                padding: 60px 0;
            }
            
            .hero-section h1 {
                font-size: 1.8rem;
            }
             .hero-section h2 {
            font-size: 1.6rem;
            
        } 
			
			 
            .services-section {
                padding: 60px 0;
            }
        }


        
       









p {color: #073042;
font-size: 0.9rem!important;
font-weight:100!important;}




.pgm-blue-light {color: #009dc5!important;}
.pgm-blue-light a {color: #009dc5!important;}
.pgm-blue-light a:hover{color: #009dc5!important;}
.pgm-blue-light a:visited{color: #009dc5!important;}
.pgm-blue-light-bg {background-color: #009dc5;}

.pgm-blue-dark {color: #073042!important;}
.pgm-blue-dark a {color: #073042!important;}
.pgm-blue-dark a:hover{color: #073042!important;}
.pgm-blue-dark a:visited{color: #073042!important;}
.pgm-blue-dark-bg {background-color: #073042;}


.pgm-grad-radial {
	background: #009DC5;
background: radial-gradient(circle,rgba(0, 157, 197, 1) 0%, rgba(7, 48, 66, 1) 100%);
}
.pgm-grad-radial-rev {
	background: #073042;
background: radial-gradient(circle,rgba(7, 48, 66, 1) 0%, rgba(0, 157, 197, 1) 100%);
}

.pgm-grad-linear {
	background: #009DC5;
background: linear-gradient(90deg,rgba(0, 157, 197, 1) 0%, rgba(7, 48, 66, 1) 100%);
}

.pgm-grad-linear-rev {
	background: #073042;
background: linear-gradient(90deg,rgba(7, 48, 66, 1) 0%, rgba(0, 157, 197, 1) 100%);
}
.pgm-grad-linear-narrow {
	background: #009DC5;
background: radial-gradient(circle,rgba(0, 157, 197, 1) 0%, rgba(7, 48, 66, 1) 42%);
}






.tag { letter-spacing: 1px;
text-transform: uppercase;}

.stay-bottom-div {position : absolute;
bottom   : 0;
	left:10%;
	right:10%;
}


.to-bottom {position : absolute;
bottom   : 0;}

.white-text {color:#fff;}

.white-bg {background-color:#fff;}



.icon-10 {width:10px; }
.icon-20 {width:20px; }
.icon-30 {width:30px; }
.icon-40 {width:40px; }
.icon-50 {width:50px; }
.icon-60 {width:60px; }
.icon-70 {width:70px; }
.icon-80 {width:80px!important; }
.icon-90 {width:90px!important; }
.icon-95 {width:95px!important; }
.icon-100 {width:100px!important; }
.icon-110 {width:110px!important; }
.icon-120 {width:120px!important; }
.icon-130 {width:130px!important; }
.icon-140 {width:140px!important; }
.icon-150 {width:150px!important; }
.icon-160 {width:160px!important; }
.icon-170 {width:170px!important; }
.icon-180 {width:180px!important; }
.icon-190 {width:190px!important; }
.icon-200 {width:200px!important; }
.icon-210 {width:210px!important; }
.icon-220 {width:220px!important; }
.icon-230 {width:230px!important; }
.icon-240 {width:240px!important; }
.icon-250 {width:250px!important; }
.icon-260 {width:260px!important; }
.icon-270 {width:270px!important; }
.icon-280 {width:280px!important; }
.icon-290 {width:290px!important; }
.icon-300 {width:300px!important; }

.icon-right {float:right;}
.icon-right {float:right;}
.icon-right {float:right;}


.line-height15 {line-height: 15px!important;}
.line-height20 {line-height: 20px!important;}
.line-height25 {line-height: 25px;}
.line-height30 {line-height: 30px;}
.line-height40 {line-height: 40px;}


.border-bottom-light {border-bottom: thin #009dc5 solid;}


/*GLOW BOXes*/

.copy-box.two {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.copy-box.two .inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.copy-box-bg {background-color: #193343;}
.copy-box 
{
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  background-color: #193343;
  color: #fff;
  font-size:13px;
  line-height:25px;
  font-family: Poppins, sans-serif;
  padding: 15px;
}
.copy-box .line
{
  position: absolute;
  background-color: transparent;
  box-shadow: 0px 0px 12px #009dc5;
  width: 2px;
  height: calc(100% - 20px);
  top: 10px;
  left: 22px;
  border-radius: 50%;
  overflow: hidden;
}
.copy-box.two .line
{
  border-radius: 0;
  width: 1px;
}
.copy-box .line .scanner 
{
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 157, 197, 0), rgba(0, 157, 197, 1), rgba(0, 157, 197, 0));
  width: 100%;
  height: 20px;
  border-radius: 50%;
  animation: scanner-loop 3s ease-in-out infinite;
}

.copy-box.two .line .scanner
{
  background: linear-gradient(rgba(0, 157, 197, 0), rgba(0, 157, 197, 1), rgba(0, 157, 197, 0));
  height: 50%;
}
@keyframes scanner-loop
{
  0% 
  {
    top: 0;
  }
  50%
  {
    top: 100%;
  }
  100%
  {
    top: 0;
  }
}
.copy-box .inner 
{
  padding: 30px;
}

/*GLOW BOXes*/



.squares-bg-trans {
  background-image:url("../images/sq-bg.png");
	
	background-size:contain;
  background-repeat: 
      no-repeat;
  background-position:  top left;
	background-attachment: fixed;
}


.btn:hover {
  color: #fff;
  background-color: #009dc5;
  border-color: #fff;
}
.btn {
  text-transform: uppercase;
	font-weight: 300;
}

/*Timeline*/


        .timeline {
            position: relative;
            padding: 20px 0;
        }

        .timeline::before {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 4px;
            height: 100%;
            background: linear-gradient(to bottom, #073042, #073042, #009dc5);
            border-radius: 2px;
            box-shadow: 0 0 20px rgba(255,255,255,0.3);
        }

        .timeline-item {
            position: relative;
            margin-bottom: 30px;
            animation: fadeInScale 0.8s ease-out both;
        }

        .timeline-item:nth-child(odd) .timeline-content {
            margin-left: 0;
            margin-right: 55%;
            text-align: right;
        }

        .timeline-item:nth-child(even) .timeline-content {
            margin-left: 55%;
            margin-right: 0;
            text-align: left;
        }

        .timeline-content {
            background: rgba(255, 255, 255, 0.95);
            padding: 30px;
            border-radius: 0px;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.2);
            transition: all 0.3s ease;
            position: relative;
        }

        .timeline-content:hover {
            transform: translateY(-5px);
            box-shadow: 0 30px 60px rgba(0,0,0,0.15);
        }

        .timeline-content::before {
            content: '';
            position: absolute;
            top: 50%;
            width: 0;
            height: 0;
            border: 15px solid transparent;
        }

        .timeline-item:nth-child(odd) .timeline-content::before {
            right: -30px;
            border-left-color: rgba(255, 255, 255, 0.95);
            transform: translateY(-50%);
        }

        .timeline-item:nth-child(even) .timeline-content::before {
            left: -30px;
            border-right-color: rgba(255, 255, 255, 0.95);
            transform: translateY(-50%);
        }

        .step-number {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #073042, #009dc5);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 1.5rem;
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
            z-index: 2;
            border: 4px solid white;
        }

        .step-number.complete {
            background: linear-gradient(135deg, #073042, #009dc5);
        }

        .step-number.final {
            background: linear-gradient(135deg, #073042, #009dc5);
        }

        .step-title {
            font-size: 1.6rem;
			text-transform: uppercase;
            font-weight: 400;
            margin-bottom: 15px;
            color: #073042;
        }

        .step-description {
            font-size: 1.1rem;
            color: #555;
            line-height: 1.7;
        }

        .step-highlight {
            color: #009dc5;
            font-weight: 600;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInScale {
            from {
                opacity: 0;
                transform: scale(0.8);
            }
            to {
                opacity: 1;
                transform: scale(1);
            }
        }

        .timeline-item:nth-child(1) { animation-delay: 0.1s; }
        .timeline-item:nth-child(2) { animation-delay: 0.2s; }
        .timeline-item:nth-child(3) { animation-delay: 0.3s; }
        .timeline-item:nth-child(4) { animation-delay: 0.4s; }
        .timeline-item:nth-child(5) { animation-delay: 0.5s; }
        .timeline-item:nth-child(6) { animation-delay: 0.6s; }
        .timeline-item:nth-child(7) { animation-delay: 0.7s; }

        @media (max-width: 768px) {
            .header h1 {
                font-size: 2.0rem;
            }

            .timeline::before {
                left: 30px;
            }

            .timeline-item:nth-child(odd) .timeline-content,
            .timeline-item:nth-child(even) .timeline-content {
                margin-left: 80px;
                margin-right: 0;
                text-align: left;
            }

            .timeline-item:nth-child(odd) .timeline-content::before,
            .timeline-item:nth-child(even) .timeline-content::before {
                left: -30px;
                right: auto;
                border-left-color: transparent;
                border-right-color: rgba(255, 255, 255, 0.95);
            }

            .step-number {
                left: 30px;
                width: 50px;
                height: 50px;
                font-size: 1.2rem;
			}



}
/*Timeline*/