/*
Theme Name: Developer
Theme URI: http://themewagon.com/demo/Developer/
Author: ThemeWagon
Author URI: http://themewagon.com/
Description: Slick One page HTML 5 template powered by Bootstrap 3.
Version: 1.14.11
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: blue, white, one page, parallax, responsive-layout, full-width-template
Text Domain: developer
*/

/**
* Table of Contents:
*
* 01.0 - Global
* 02.0 - Header
* 03.0 - Navigation
* 04.0 - Blur styles
* 05.0 - Home
* 06.0 - Latest Works
* 	 06.1 - isotope (http://isotope.metafizzy.co/)
*	 06.2 - Image Hover Effect
* 07.0 - More About Me
* 	 07.1 - Animated Number
* 08.0 - Testimonials
* 	 08.1 - Owl Carousel (http://owlgraphic.com/owlcarousel/)
* 09.0 - Contact
*	 09.1 - Social Icon
* 10.0 - Footer
* 11.0 - Responsive styles
* -----------------------------------------------------------------------------
*/


/* ///////////////////////////////////////////////////////////////////// 
//  01 - Global 
/////////////////////////////////////////////////////////////////////*/
@font-face {
	font-family: 'Pacifico';
	font-style: normal;
	font-weight: 400;
	src: local('Pacifico Regular'), local('Pacifico-Regular'), url("../fonts/pacifico.woff") format('woff');
}

html, body {
	margin: 0; 
	padding: 0;
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

::selection {
	background-color: #35405f;
	color: #fff;
}

*, *:active, *:focus, *:hover {
	outline: none;
}

h1, h2, h3, h4, h5,h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin-top: 0;
}

body {
	font-family: 'Poppins', sans-serif;
	background-color: #FFFFFF;
	color: #333333;
}

.btn {
	transition: 0.4s background linear;
}

.btn:focus
{
	color: #fff;
.block-heading {
    margin-bottom: 60px;
}

.block-heading-inner {
    padding: 0 20px; /* Apply padding to the new, clean container */
}
}

.block-heading p {
    font-size: 14px;
    padding: 10px; /* Reduced font size for better readability */
}

.service-list {
    font-size: 14px;
    font-style: italic;
    color: #777;
}

/*////////////////////////////////////////////////////////////////////////
//  02 - Header
///////////////////////////////////////////////////////////////////////*/

#header {
	background: url(../img/bg/studio.jpg) no-repeat center top fixed;
	background-size: cover;
}
#site-header {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 0px 0; /* Reduced padding */
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid #EAEAEA;
}
#site-header h1 {
	margin: 0;
	font-family: 'Oswald', sans-serif;
	margin-top: 11px;
	font-size: 26px;
	font-weight: 300;
	letter-spacing: 2px;
}

#site-header h1 a:focus {
    text-decoration: none;
}

#site-header h1 a {
	color: #333333;
}

#site-header h1 a:focus {
    outline: none !important;
    box-shadow: none !important;
}

#site-header h1 a:hover {
	text-decoration: none;
}

.header-logo {
    max-height: 160px; /* This now controls only the logo size */
    width: auto;
	padding-top: 10px;
}

/*////////////////////////////////////////////////////////////////////////
//  03 - Navigation
///////////////////////////////////////////////////////////////////////*/

.navbar {
	border-radius: 0;
	margin: 0;
	border: none;
}

.navbar-toggle {
	padding: 0;
	border: 0;
	color: #007BFF; /* Electric Blue */
	margin-top: 13px;
}

.site-nav ul li a {
	color: #333333;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	position: relative;
	transition: 0.5s background linear;
}

/* .site-nav ul li a:hover {
	background: rgba(255, 255, 255, 0.11);
} */

.site-nav ul li a:hover, .site-nav ul li a:focus
{
	color: #007BFF; /* Electric Blue */
	background-color: transparent;
}

.navbar-nav > li > a:focus {
    outline: none !important;
    box-shadow: none !important;
}

@media (min-width: 768px) { /* Desktop-only styles */
    #site-header h1 {
        margin: 0;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    #site-header .container {
        position: relative; /* Set positioning context */
        display: flex;
        align-items: center;
        justify-content: flex-end; /* Push nav to the right */
        height: 70px; /* Set a fixed height for the header */
    }

    #site-header .navbar-nav {
        display: flex;
        align-items: center;
    }
}

/*////////////////////////////////////////////////////////////////////////
//  04 - Blur styles
///////////////////////////////////////////////////////////////////////*/

#overlay-1 {
	/* background-color: rgba(32, 30, 30, 0.52); */
	background-color: rgba(0, 0, 0, 0.44);
	/* background-color: rgba(17, 55, 46, 0.75); */
	position: relative;
}

.overlay-2 {
	padding: 60px 0;
	background-color: rgba(50, 81, 121, 0.6);
}

.overlay-3 {
	padding: 60px 0;
	/* background-color: rgba(9, 20, 39, 0.83); */
	/* background-color: rgba(24, 77, 77, 0.93); */
	background-color: rgba(33, 103, 88, 0.9);
}

.overlay {
    background: none repeat scroll 0 0 rgba(115, 224, 179, 0.72);
    width: 100%;
    height: 100%;
}


/*////////////////////////////////////////////////////////////////////////
//  05 - Home
///////////////////////////////////////////////////////////////////////*/

.middle {
	padding-top: 220px;
}

.pro-name {
    font-size: 90px;
    margin: 0;
    margin-bottom: 15px;  
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    line-height: 96px;
    color: #fff;
    letter-spacing: 1px;
    word-spacing: 6px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.tagline {
	font-size: 22px;
	margin-bottom: 60px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 1.5;
	word-spacing: 2px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	letter-spacing: 2px;
	text-transform: capitalize;
}

.bottom {
	position: absolute;
	width: 100%;
	bottom: 4%;
}

.bottom a {
	color: #fff;
	display: inline-block;
	position: relative;
	top: 0px;
}

.btn-hire {
	text-transform: uppercase;
	color: #fff;
	border: none;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	border-radius: 5px;
	font-size: 18px;
	background: linear-gradient(45deg, #007BFF, #0056b3);
	padding: 16px 48px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
}

.btn-hire:hover {
	background: #fff;
	color: #28a745; /* Vibrant Green */
    border: 2px solid #fff;
}

/*////////////////////////////////////////////////////////////////////////
//  About Me Section (Inside Parallax)
///////////////////////////////////////////////////////////////////////*/

#services .profile-image img {
    max-width: 200px; /* Slightly smaller for better fit */
    margin: 0 auto;
    border: 5px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

#services .about-text h3 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 700;
    margin-top: 0;
    color: #fff;
}

#services .about-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #eee;
}

@media (max-width: 767px) {
    #services .profile-image {
        margin-bottom: 30px;
    }
    #services .about-text {
        text-align: center;
    }
}

/*////////////////////////////////////////////////////////////////////////
//  06 - Latest works
///////////////////////////////////////////////////////////////////////*/

#portfolio {
	padding: 60px 0;
}

.portfolio-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
}

.element-item {
  position: relative;
  width: 20%; /* Display 5 items per row */
  padding: 10px;
  box-sizing: border-box;
  display: flex; /* Add flex display */
  align-items: stretch; /* Make items stretch to fill height */
}

.portfolio-item {
	position: relative;
	border: 1px solid #EAEAEA;
	border-radius: 8px;
	overflow: hidden;
	background-color: #FFFFFF;
    display: flex; /* Add flex display */
    flex-direction: column; /* Stack image and text vertically */
    height: 100%; /* Ensure the card fills the container */
}

.portfolio-item img {
	width: 100%;
	height: 250px; /* Set a fixed height for all images */
	object-fit: cover; /* Crop images to fit without distortion */
	object-position: top; /* Align images to the top to crop from the bottom */
	display: block;
}

.grid figcaption {
    padding: 20px;
    background-color: #FFFFFF;
    text-align: center;
    border-top: 1px solid #EAEAEA;
    flex-grow: 1; /* Allow the caption to grow and fill space */
    display: flex; /* Add flex display */
    flex-direction: column; /* Stack content vertically */
    justify-content: center; /* Center content vertically */
}

.grid figcaption h2 {
    font-size: 1.1em;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #333;
    text-transform: none;
}

.grid figcaption .description {
    font-size: 0.9em;
    font-weight: 400;
    margin: 0;
    color: #6c757d;
}

/* ///////////////////////////////////////////////////////////////////// 
//  07 - More About Me 
/////////////////////////////////////////////////////////////////////*/

/* #services {
	background: url(../img/bg/bg-2.jpg) no-repeat center center fixed;
	background-size: cover;
	color: #fff;
}

.pro-stat {
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	font-style: italic;
}

.proj-name {
	font-family: Pacifico;
	font-size: 150px;
	text-align: center;
	line-height: 90%;
	margin-bottom: 80px;
} */
#services .block-heading h1 {
    color: #fff;
	
    font-family: 'Milonga', cursive;
	font-weight: 400;
	
    font-size: 55px;
	word-spacing: 5px;
    padding-bottom: 15px;
}

a.btn-cisco {
    display: inline-block;
    font-size: 10px; /* Further reduced size */
    color: #0d1d3d;
    background-color: #FFFFFF;
    padding: 8px 16px; /* Further reduced padding */
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none !important; /* Ensure no underline */
    transition: all 0.3s ease;
    border: 1px solid #ddd;
    
}

a.btn-cisco:hover {
    color: #FFFFFF;
    background-image: linear-gradient(45deg, #007bff, #6f42c1);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    border-color: transparent;
}


/* ============================  animated  numbers   ==================================*/

.parallax{
    width: 100%;
    color: #fff;
    text-align: center;
}

#numbers
{
	background: url(../img/bg/number1.gif) repeat center center fixed;
}
#numbers .overlay{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    padding: 60px 0 0 0; /* 60px top, 0 bottom */
}
ul.numbersList {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.numbersList li{
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 20px;
    margin-bottom: 20px;
}
ul.numbersList li:last-child{
    border: none;
}
ul.numbersList h4{
    color: rgb(234, 234, 234);
    margin-bottom: 58px;
}
ul.numbersList span{
    font-size: 62px;
    font-weight: 700;
}

.numbers-title {
    padding: 10px 0;
    position: relative;
}




.numbers-title .block-heading {
    text-align: center;
}


/* ///////////////////////////////////////////////////////////////////// 
//  08 - Testimonials
/////////////////////////////////////////////////////////////////////*/

#services.content-block {
    padding-bottom: 0;
}

#testimonials {
    padding-top: 60px; /* Reduced top padding */
    padding-bottom: 60px;
    background-color: #f9f9f9;
}

#testimonials .block-heading h1 {
    font-size: 28px; /* Reduced font size */
    font-weight: 700;
    color: #333333 !important; /* Force color override */
    letter-spacing: 0.5px;
}

#testimonials .block-heading{
	margin-bottom: 0px;
}

.testimonial p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}

#testimonials .block-heading h1
{
	color: #FFFFFF; /* White */
	font-size: 25px;
}

.testimonial {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.08);
    margin: 15px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border: 1px solid #e9e9e9;
}

.testimonial:hover {
    transform: translateY(-10px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

#testimonials .testimonial > img, .testimonial img {
    max-width: 80px;
    border-radius: 50%;
    margin-bottom: 20px;
    border: 3px solid #fff;
    width: 80px;
    height: 80px;
    object-fit: contain;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.testimonial strong {
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

/* ///////////////////////////////////////////////////////////////////// 
//  08 - Testimonials > Owl Carousel
/////////////////////////////////////////////////////////////////////*/

.owl-carousel {
	z-index: 0;
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: inherit;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
}

/* ///////////////////////////////////////////////////////////////////// 
//  09 - Contact
/////////////////////////////////////////////////////////////////////*/

#contact {
	background: url(../img/bg/monitor-1307227_1280.jpg) no-repeat center center fixed;
	background-size: cover;
	color: #fff;
}

#contact .block-heading h1
{
	color: #fff;
	font-family: 'Milonga', cursive;
	font-weight: 400;
	font-size: 55px;
}


.clearfix2 p{
	font-size: 16px;
	color: #fffdfd;
    overflow-wrap: break-word; /* Use the modern property for wrapping long words */

}

.clearfix2 a{
	color: #fcfffd;
}

.contact-info {
    padding: 16px 62px;
    text-align: left;
    font-size: 18px;
    line-height: 36px;
    margin-top: 25px;
}
.contact-info i {
    width: 40px;
	height: 40px;
	color: white;
	padding-top: 7px;
	font-size: 25px;
	border: 1px solid #fff;
	text-align: center;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

.contact-info p {
    padding: 27px 10px;
}

.contact-info span {
    padding-left: 20px;
}

.form-group {
    margin-bottom: 20px;
    text-align: left;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center; /* Center the form labels */
}

#contact input[type="text"],
#contact input[type="tel"],
#contact input[type="email"],
#contact textarea {
	display: block;
	width: 100%;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #FFFFFF;
    border-radius: 5px;
	padding: 12px 15px;
    color: #FFFFFF;
    box-sizing: border-box; /* Important for padding */
    font-size: 16px; /* Prevent mobile zoom */
}

#contact .btn-hire {
    width: 100%;
}

::-webkit-input-placeholder {
   color: #fff;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

:-ms-input-placeholder {  
   color: #fff;  
}


/* ///////////////////////////////////////////////////////////////////// 
//  09 - contact > Social
/////////////////////////////////////////////////////////////////////*/

.social-box {
    list-style-type: none;
    padding-left: 71px;
    margin-top: 30px;
}

.social-box li {
    display: inline-block;
    margin-right: 10px;
}

.social-box li a {
	transition: 0.5s background linear;
	color: #fff;
}

.facebook-icon {
    padding: 10px 17px;
    border: 1px solid #44619D;
    background-color: #44619D;
}

.facebook-icon:hover {
    background-color: transparent;
    color: #fff;
}

.twitter-icon {
	padding: 10px 15px;
	border: 1px solid #33CCFF;
	background-color: #33CCFF;
}

.twitter-icon:hover {
	background-color: transparent;
	color: #fff;
}

.g-plus-icon {
	padding: 10px 15px;
	border: 1px solid #DD4C39;
	background-color: #DD4C39;
}

.g-plus-icon:hover {
	background-color: transparent;
	color: #fff;
}

.linkedin-icon {
	padding: 10px 15px;
	border: 1px solid #1B86BD;
	background-color: #1B86BD;
}

.linkedin-icon:hover {
	background-color: transparent;
	color: #fff;
}

/* ///////////////////////////////////////////////////////////////////// 
//  10 - Footer
/////////////////////////////////////////////////////////////////////*/

#site-footer {
    background-color: #222222; /* Modern Dark Gray */
    color: #FFFFFF;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
}

.copyright-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; /* Allow wrapping for medium-sized screens */
}

.copyright-text::after {
    content: ""; /* Remove the separator */
    margin: 0;
}

@media (max-width: 767px) {
    .copyright-container {
        flex-direction: column;
    }

    .copyright-text::after {
        content: ""; /* Remove the separator on mobile */
        margin: 0;
    }

    .copyright-text,
    .copyright-email {
        margin: 3px 0; /* Add vertical spacing on mobile */
    }
}

.designed-by {
	text-align: right;
}

.designed-by a {
	color: #fff;
}
.sqaure-nebir {
    height: 45px;
    width: 45px;
    border: 3px double #fff;
    transform: rotate(-45deg);
    /* text-align: center; */
    position: absolute;
}

.rotated-icon {
    position: relative;
    display: inline-block;
    float: left;
    width: 50px;
}

.rotated-icon i {
    position: absolute;
    top: 1.3rem;
    left: 1.5rem;
    font-size: 22px;
}

i.fa.fa-envelope-o {
    left: 12px;
}

.controlcel{
	color: #fcfffd;

	
	
}


#mobile_number{
	background-color: #1f6761;



}

.controlcel h1{
	color: #f1f3f1;
	font-size: 15px;
}






.contact-info p{
	margin-left: 70px;
	display: inline-block;
	float: left;
	width: auto;
	line-height: 43px;
	margin-top: -22px;
}
/* ///////////////////////////////////////////////////////////////////// 
//  11 - Responsive styles
/////////////////////////////////////////////////////////////////////*/

@media (max-width: 991px) {
	.element-item {
		width: 50%; /* 2 columns on tablets */
	}
}

@media (max-width: 767px) {
    #site-header .container {
        position: relative;
    }

    #site-header h1 {
        position: absolute;
        left: 15px;
        top: 25px; /* Anchor to the top */
        transform: translateY(-50%);
        z-index: 1031;
    }

    .header-logo {
        max-height: 185px;
        width: auto;
		padding-bottom: 20px;
		
    }
    
    .navbar-collapse {
        text-align: right; /* Align contents to the right */
        border-top: none;
        box-shadow: none;
    }
    .navbar-nav {
        display: inline-block; /* Allow the nav to be aligned */
        float: none;
        margin: 0;
    }
    .navbar-nav > li {
        display: block; /* Ensure items stack */
        text-align: right; /* Align text within items */
    }

	.element-item {
		width: 100%; /* 1 column on mobile phones */
	}

	#site-header .pull-right {
		float: none !important;
	}

	.copyright, .designed-by {
		text-align: center;
		word-wrap: break-word;
		word-break: break-all; /* Force break for long strings */
		font-size: 12px; /* Reduce font size for better fit on mobile */
	}

	.pro-name {
		font-size: 36px;
        line-height: 1.2;
	}

	.clearfix2 p {
		font-size: 14px; /* Reduce font size on mobile */
	}

    #header, #numbers {
        background-attachment: scroll !important;
    }

    .portfolio-item img {
        height: auto !important; /* Let the image height be natural on mobile */
    }
}

@media (max-width: 500px) {
	.contact-info {
		padding: 30px 10px;
	}
}




