.logo-text {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    font-weight: 700;
    background: linear-gradient(135deg, #ff7600 0%, #e67e22 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: -0.5px;
    font-style: italic;
    transition: transform 0.3s ease;
    color: #ff7600;
}

.logo-text:hover {
    transform: scale(1.05);
}

body, html { overflow-x:hidden; }

body {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
	font-weight: 300; 
	font-style: normal; 
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, span, p { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }

* {
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
}

.templatemo_clear {
	clear: both;
}

.height30 {
	height: 30px;
}

.templatemo-top-bar {
    display: none;
}

.templatemo-top-menu {
    min-height: 80px;
    background-color: #ffffff;
    z-index: 5000;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    position: relative;
}

.templatemo-top-menu .navbar-toggle {
    margin-top: 20px;
}

.templatemo-top-menu .navbar-brand {
    padding: 0;
    margin: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ------ Hero Section (Replaces Carousel) ----- */
#templatemo-carousel {
    display: none;
}

/* ------ Welcome & Slogna ------ */
.templatemo-welcome {
    border-bottom: none;
    min-height: 200px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 60px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.templatemo-slogan {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size: 48px;
    margin: 0;
    color: #333333;
    line-height: 1.2;
    margin-bottom: 20px;
}

.templatemo-service {
    margin-bottom: 60px;
    margin-top: 20px;
    padding: 0 20px;
}

.templatemo-service .row[style*="display: flex"] {
    display: flex !important;
    align-items: stretch !important;
}

.templatemo-service .col-md-4 {
    display: flex;
}

.templatemo-service-item {
    font-family: 'Segoe UI', sans-serif;
    margin-bottom: 20px;
    font-size: 20px;
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 500px;
}

.templatemo-service-item > div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.templatemo-service-item > p {
    flex-grow: 1;
}

.templatemo-service-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(255, 118, 0, 0.15);
}

.templatemo-service-item p {
    font-weight: 400; 
    text-align: left; 
    margin-top: 15px;
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
    flex-grow: 1;
}

.templatemo-service-item img {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.templatemo-service-item > div > img {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
    object-fit: cover;
    border-radius: 12px;
}

.templatemo-service-item .text-center {
    margin-top: auto;
    padding-top: 20px;
}




.btn-orange {
    background: linear-gradient(135deg, #ff7600 0%, #e67e22 100%);
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 118, 0, 0.3);
    padding: 12px 28px;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active {
    background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(255, 118, 0, 0.4);
    transform: translateY(-2px);
}

.btn-green {
    background-color:#2ecc71;
    border-bottom:2px solid #27ae60;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
    background-color: #27ae60;
    color:#ffffff;
}

.nav > li > a {
    padding: 10px 20px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #ff7600;
    color:#fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #ff7600;
    color:#fff;
}


.nav > li > a {
    color: #929292;
}
.navbar-default {
    background-color:#fff;
    border:none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #ff7600;
    color:#fff;
}

.navbar {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    flex-wrap: nowrap;
}

.navbar-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: nowrap;
    gap: 50px;
}

.navbar-header {
    flex-shrink: 0;
    order: 0;
}

.navbar-brand {
    padding: 0;
    margin: 0;
    order: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.navbar-collapse {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    order: 0;
    margin-left: 0;
}

.navbar-nav {
    display: flex !important;
    align-items: center;
    margin: 0;
    flex-direction: row !important;
    gap: 5px;
}

.navbar-nav > li {
    display: flex !important;
    align-items: center;
}

.navbar-nav > li > a {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    height: auto;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.templatemo-service-item-header {
    margin-left: -10px; 
    padding: 0; 
    font-weight: 700;
    display: block;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

.templatemo-header-orange {
    background-color:#ff7600;
    min-width: 298px;
    height: 67px;
    color: #fff; 

}

.team_hr {
    border: 1px solid #fff; 
    width: 39.5%; 
    float: left;
}

.team_hr_left {
    margin-right: 30px;
    margin-left: 15px; 
}

.team_hr_right {
    margin-left: 30px;
}

.hr_gray {
    border: 1px solid #cccccc; 
}

.templatemo-team {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    font-family: 'Segoe UI', sans-serif;
    min-height: auto;
    color: #ffffff;
    padding: 80px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.templatemo-team .templatemo-line-header {
    margin-top: 0;
    margin-bottom: 60px;
}

.templatemo-team .team-inner {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.templatemo-team .team-inner p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

.templatemo-team h3 {
    color: #ff7600;
    font-size: 28px;
    margin-bottom: 30px;
}

.templatemo-team ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.templatemo-team li {
    font-size: 16px;
    color: #ffffff;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.templatemo-team li:before {
    content: "✓";
    color: #ff7600;
    font-weight: bold;
    margin-right: 12px;
    font-size: 18px;
}
.templatemo-line-header {
    margin-top: 0;
    margin-bottom: 40px;
}

.member-thumb:hover .thumb-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.member-thumb {
    position: relative;
    overflow: hidden;
}

.member-thumb .thumb-overlay {
    background-color: rgba(220, 157, 102, 0.8);
    position: absolute;
    visibility: hidden;
    padding-top: 35%;
    padding-left: 25%;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}

.thumb-overlay a {
    float:left;
    margin-right: 5px;
}



.team-inner {
    margin-top:10px;
}

.team-inner-header {
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size:16px;
}

.team-inner-subtext {
    font-weight:normal;
    font-size:12px;
}

.row_team {
    margin-left:-50px;
    margin-top:70px;
}

.row_team li {
    list-style: none;
}

.templatemo-project-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor:pointer;
    height: 200px;
    width: 200px;
}

.templatemo-project-box:hover .project-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.project-overlay {
    background : rgba(0,0,0,.75);
    border : 2px solid #ff7600;
    visibility: hidden;
    position: absolute;
    text-align:center;
    padding-top:40px;
    color: #ffffff;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}


.project-overlay hr {
    width : 70%;
	
}

.templatemo-project-gallery li {
    margin:15px;
}

.txt_darkgrey {
    color: #333333;
}

.txt_orange {
    color: #e67e22;
}

.txt_slogan {
    font-size:14px; 
    color:#929292;
}

.templatemo-line-header span {
    font-size: 18px; 
    float :left; 
    margin-top: 10px;
}

.team_box  div {
    text-align: center; 
    padding-top: 100px;
}

.span_blog {
    margin-bottom: 80px;
}

.blog_post {
    color: #333333; 
    padding: 10px;
}

.blog_header {
    font-weight: bold; 
    font-size: 16px; 
}

.blog_text {
    text-align: justify; 
    font-size: 14px; 
    margin-top: 20px;
}

#templatemo-blog {
    background-color: #f8f9fa;
    padding: 100px 20px;
    margin-top: 0;
}

#templatemo-blog .templatemo-line-header {
    margin-bottom: 60px;
}

#templatemo-blog h4 {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
    margin-top: 0;
}

#templatemo-blog p {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    margin-left: 0 !important;
    text-align: left;
}

#templatemo-blog .col-md-12 {
    max-width: 100%;
}
#templatemo-services-detailed {
    padding: 10px 10px;
    background: #ffffff;
    margin-top: 20px;
}

#templatemo-services-detailed .section-header {
    text-align: center;
    margin-bottom: 80px;
}

#templatemo-services-detailed h2 {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.3;
}

#templatemo-services-detailed > .container > .row:first-child .section-header p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.service-detail-row + .cta-section .cta-highlight h3 {
    text-align: center;
}

.service-detail-row + .cta-section .cta-highlight p {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}

.service-detail-row {
    margin-bottom: 100px;
    margin-top: 0;
    align-items: center;
    display: flex;
}

.service-detail-row img {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    height: auto;
    object-fit: cover;
}

#templatemo-services-detailed h3 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1.3;
}

#templatemo-services-detailed p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
    text-align: left;
}

#templatemo-services-detailed ul {
    list-style: none;
    padding: 0;
    font-size: 16px;
    color: #333;
    line-height: 2.2;
    margin-bottom: 30px;
}

#templatemo-services-detailed ul li {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

#templatemo-services-detailed ul li span {
    color: #ff7600;
    font-size: 18px;
    margin-right: 12px;
    font-weight: 700;
}

.service-cta {
    margin-top: 30px;
}

.service-cta .btn {
    padding: 14px 32px;
    font-size: 16px;
}

.cta-section {
    margin-bottom: 100px;
    margin-top: 60px;
}

.cta-highlight {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 60px 40px;
    border-radius: 16px;
    color: #333;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
    border: 3px solid #ff7600;
}

.cta-highlight h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ff7600;
    line-height: 1.3;
    text-shadow: none;
}

.cta-highlight p {
    font-size: 18px;
    margin-bottom: 35px;
    color: #333333;
    line-height: 1.7;
    text-align: center;
}

.cta-highlight .btn {
    background-color: #ff7600;
    color: white !important;
    font-weight: 700;
    border: 2px solid #ff7600;
    padding: 16px 45px;
    font-size: 16px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}

.cta-highlight .btn:hover {
    background-color: #e67e22;
    color: white !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 118, 0, 0.4);
}

.cta-alternate {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border: 2px solid #16213e;
}

.cta-alternate h3 {
    color: white;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.cta-alternate p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 35px;
    line-height: 1.7;
    text-align: center;
}

.cta-alternate .btn {
    background-color: #ff7600;
    color: white !important;
    border: 2px solid #ff7600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 16px 45px;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.cta-alternate .btn:hover {
    background-color: #e67e22;
    border-color: #e67e22;
    color: white !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.service-box {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-box:hover {
    box-shadow: 0 8px 25px rgba(255, 118, 0, 0.15);
    transform: translateY(-5px);
}

.service-box h4 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    margin-top: 0;
}

.service-box p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    flex-grow: 1;
}

.templatemo-gallery-category {
    display: none;
}

.templatemo-project-gallery {
    display: none;
}

.btn_loadmore {
    display: none;
}

#templatemo-portfolio .templatemo-line-header {
    margin-bottom: 60px;
}

#templatemo-portfolio h3 {
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
    margin-top: 40px;
    line-height: 1.3;
}

#templatemo-portfolio p {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: left;
}

#templatemo-portfolio img {
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    width: 100%;
    height: auto;
    object-fit: cover;
}

#templatemo-portfolio .row {
    margin-bottom: 80px;
    align-items: center;
}

.templatemo-contact-map {
    margin-bottom: 30px;
    height: 380px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.templatemo-contact-map iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 16px;
}

#templatemo-contact {
    margin-top: 0;
    padding: 80px 20px;
    border-top: none;
    font-size: 16px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    margin-bottom: 20px;
}

#templatemo-contact .templatemo-line-header {
    margin-bottom: 60px;
}

.contact_right {
    padding-left: 40px !important;
}

.contact_right p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 15px;
    font-weight: 500;
}

.contact_right a {
    color: #ff7600;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact_right a:hover {
    color: #e67e22;
}

.head_contact {
    padding-bottom:80px; 
    margin-bottom:0;
}

.contact_right img {
	margin-right:5px;
}

.contact_right form {
	padding-left:15px;
	padding-right:15px
}

.tweet_txt {
	border-left:2px solid #ffffff; 
	min-height:160px;
}

.twitter_user {
	color: #FFFF33; 
	font-size: 14px;
	float: right;
}

.templatemo-partners {
	border-top: 2px solid #cccccc;
}

.templatemo-partners .templatemo-partner-item {
    margin-bottom: 5px;
}

.templatemo-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #ffffff;
    padding: 60px 20px 40px;
}

.footer_bottom_content {
    margin: 0;
    margin-top: 20px;
    font-size: 14px;
    color: #cccccc;
}

.footer_bottom_content p {
    margin-bottom: 8px;
    color: #cccccc;
}

.footer_bottom_content span {
    color: #ff7600;
    font-weight: 600;
}

/* ------ HERO SECTION ------ */
#hero {
    background: linear-gradient(135deg, #ff7600 0%, #e67e22 100%);
    padding: 60px 20px;
    color: white;
}

#hero .row {
    align-items: center;
}

#hero h1 {
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -1px;
    text-align: left;
}

#hero > .container > .row > .col-md-6:first-child p {
    text-align: left;
}

#hero > .container > .row > .col-md-6:first-child p:first-of-type {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 300;
    opacity: 0.95;
}

#hero > .container > .row > .col-md-6:first-child p:nth-of-type(2) {
    font-size: 20px;
    margin-bottom: 30px;
    opacity: 0.9;
}

#hero .col-md-6:last-child {
    text-align: center;
}

#hero img {
    max-width: 100%;
    height: auto;
    max-height: 350px;
    border-radius: 16px;
    filter: drop-shadow(0 10px 30px rgba(0,0,0,0.3));
}

#hero .col-md-6:first-child > div {
    text-align: left;
}

#hero .btn-lg {
    margin: 10px;
    font-size: 18px;
    padding: 15px 40px;
    border: 2px solid white;
    transition: all 0.3s ease;
}

#hero .btn-lg:first-of-type {
    margin: 10px 10px 10px 0;
    background: linear-gradient(135deg, #ff7600 0%, #e67e22 100%);
    color: white !important;
    font-weight: 700;
    border: 2px solid white;
    font-size: 18px;
    box-shadow: 0 6px 20px rgba(255, 118, 0, 0.4);
}

#hero .btn-lg:first-of-type:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

#hero .btn-lg:nth-of-type(2) {
    background-color: rgba(255,255,255,0.2);
    color: white;
    border: 2px solid white;
    transition: all 0.3s ease;
}

#hero .btn-lg:nth-of-type(2):hover {
    background-color: rgba(255,255,255,0.3);
    transform: scale(1.05);
}

/* ------ SERVICE SECTION HEADERS ------ */
.templatemo-service .row > .col-md-12 > div {
    text-align: center;
    margin-bottom: 60px;
}

.templatemo-service h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.templatemo-service .row > .col-md-12 > div > p {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* ------ ABOUT/WHY CHOOSE US SECTION ------ */
.templatemo-team .team-inner {
    margin-top: 0;
    margin-bottom: 30px;
}

.templatemo-team .team-inner p {
    font-size: 18px;
    line-height: 1.9;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 300;
}

.templatemo-team h3 {
    color: #ff7600;
    text-align: center;
    margin-bottom: 35px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.templatemo-team .row > .col-md-8.col-md-offset-2 ul {
    color: #ffffff;
    font-size: 16px;
    line-height: 2.5;
    list-style: none;
    padding: 0;
}

.templatemo-team ul li {
    display: flex;
    align-items: center;
}

.templatemo-team ul li span {
    color: #ff7600;
    font-size: 20px;
    margin-right: 12px;
}

.templatemo-team .team-inner > div {
    margin-top: 40px;
    text-align: center;
}

.templatemo-team .btn-lg {
    margin: 10px;
    font-size: 16px;
    padding: 12px 32px;
}

/* ------ PORTFOLIO SECTION ------ */
#templatemo-portfolio .row[style*="margin-bottom: 80px"] {
    margin-bottom: 80px;
    margin-top: 40px;
}

#templatemo-portfolio h3 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    margin-top: 0;
}

#templatemo-portfolio p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

#templatemo-portfolio ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
    color: #666;
    line-height: 2;
}

#templatemo-portfolio ul li {
    display: flex;
    align-items: center;
}

#templatemo-portfolio ul li span {
    color: #ff7600;
    font-size: 18px;
    margin-right: 12px;
}

#templatemo-portfolio img {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

#templatemo-portfolio .row[style*="padding: 40px"] {
    padding: 40px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 16px;
    text-align: center;
}

#templatemo-portfolio .row[style*="padding: 40px"] h3 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

#templatemo-portfolio .row[style*="padding: 40px"] > .col-md-12 > p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

#templatemo-portfolio .row[style*="padding: 40px"] h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

#templatemo-portfolio .row[style*="padding: 40px"] .col-md-4 p {
    font-size: 14px;
    color: #666;
}

#templatemo-portfolio .row[style*="margin-top: 30px"] {
    margin-top: 30px;
}

/* ------ SERVICE AREAS SECTION ------ */
#templatemo-blog {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 100px 20px;
}

#templatemo-blog .row > .col-md-12 > div {
    text-align: center;
    margin-bottom: 60px;
}

#templatemo-blog h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

#templatemo-blog .row > .col-md-12 > div > p {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

#templatemo-blog > .container > div > .col-md-12 > p {
    text-align: center;
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 50px;
    font-weight: 500;
}

#templatemo-blog ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
    line-height: 2.5;
    color: #555;
}

#templatemo-blog ul li {
    display: flex;
    align-items: center;
}

#templatemo-blog ul li span {
    color: #ff7600;
    font-size: 18px;
    margin-right: 10px;
    font-weight: bold;
}

#templatemo-blog > .container > div {
    margin-top: 40px;
    margin-bottom: 80px;
}

/* ------ CONTACT SECTION ------ */
#templatemo-contact {
    padding: 100px 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

#templatemo-contact .row > .col-md-12 > div {
    text-align: center;
    margin-bottom: 60px;
}

#templatemo-contact h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

#templatemo-contact .row > .col-md-12 > div > p {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

#templatemo-contact .row[style*="display: flex"] {
    display: flex;
    align-items: stretch;
}

#templatemo-contact .col-md-7 {
    padding-right: 0;
}

#templatemo-contact .col-md-5 {
    padding-left: 40px;
}

.templatemo-contact-map {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    margin-bottom: 30px;
}

.templatemo-contact-map iframe {
    width: 100%;
    height: 400px;
    border: 0;
}

#templatemo-contact .col-md-7 > p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    text-align: center;
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

#templatemo-contact .col-md-5 > div {
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#templatemo-contact h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}

#templatemo-contact .col-md-5 > div > p:first-of-type {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 40px;
}

#templatemo-contact > .container > .row > .col-md-5 > div > div:first-of-type {
    margin-bottom: 30px;
    padding: 20px;
    background: linear-gradient(135deg, #ff7600 0%, #e67e22 100%);
    border-radius: 12px;
    color: white;
}

#templatemo-contact > .container > .row > .col-md-5 > div > div:first-of-type p:first-child {
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
    opacity: 0.9;
}

#templatemo-contact > .container > .row > .col-md-5 > div > div:first-of-type p:last-child {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

#templatemo-contact > .container > .row > .col-md-5 > div > div:first-of-type a {
    color: white;
    text-decoration: none;
}

#templatemo-contact > .container > .row > .col-md-5 > div > div:nth-of-type(2),
#templatemo-contact > .container > .row > .col-md-5 > div > div:nth-of-type(3) {
    border-left: 4px solid #ff7600;
    padding-left: 20px;
    margin-bottom: 20px;
}

#templatemo-contact > .container > .row > .col-md-5 > div > div:nth-of-type(3) {
    margin-bottom: 0;
}

#templatemo-contact > .container > .row > .col-md-5 > div > div:nth-of-type(2) p,
#templatemo-contact > .container > .row > .col-md-5 > div > div:nth-of-type(3) p {
    font-size: 14px;
    color: #666;
    margin: 0;
    margin-bottom: 8px;
}

#templatemo-contact > .container > .row > .col-md-5 > div > div:nth-of-type(2) p:last-child,
#templatemo-contact > .container > .row > .col-md-5 > div > div:nth-of-type(3) p:last-child {
    font-size: 15px;
    color: #333;
    margin: 0;
    font-weight: 600;
}

/* ------ FAQ SECTION ------ */
#templatemo-faqs {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 100px 20px;
}

#templatemo-faqs .row > .col-md-12 > div {
    text-align: center;
    margin-bottom: 60px;
}

#templatemo-faqs h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

#templatemo-faqs .row > .col-md-12 > div > p {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

#templatemo-faqs > .container > div {
    margin-top: 50px;
}

#templatemo-faqs .col-md-12 > div[style*="max-width: 900px"] {
    max-width: 900px;
    margin: 0 auto;
}

#templatemo-faqs .col-md-12 > div[style*="max-width: 900px"] > div {
    background: white;
    padding: 30px;
    margin-bottom: 25px;
    border-radius: 16px;
    border-left: 5px solid #ff7600;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

#templatemo-faqs h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
}

#templatemo-faqs h4 span {
    color: #ff7600;
    margin-right: 10px;
    font-size: 24px;
}

#templatemo-faqs .col-md-12 > div[style*="max-width: 900px"] > div > p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin: 0;
    padding-left: 34px;
}

#templatemo-faqs .col-md-12 > div[style*="max-width: 900px"] > div > p a {
    color: #ff7600;
    font-weight: 600;
    text-decoration: none;
}

/* ------ FOOTER ------ */
#templatemo-contact > div:last-of-type > .container .text-center p {
    font-size: 14px;
    margin-bottom: 10px;
}

#templatemo-contact > div:last-of-type > .container .text-center span {
    font-size: 12px;
    color: #999;
}

/* ------ PHONE LINK ------ */
.phone-link {
    color: #e67e22;
    text-decoration: none;
    font-weight: bold;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.logo-text.navbar-title {
    margin: 0px 0 0 0;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.navbar-menu {
    margin-top: 0;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.section-header p {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.service-row {
    display: flex;
    align-items: stretch;
}

.hero-secondary-btn {
    background-color: rgba(255,255,255,0.2);
    color: white;
    border: 2px solid white;
    transition: all 0.3s ease;
}

.hero-secondary-btn:hover {
    background-color: rgba(255,255,255,0.3);
    transform: scale(1.05);
}

.portfolio-row {
    margin-bottom: 80px;
    margin-top: 40px;
}

.portfolio-reverse {
    margin-bottom: 80px;
}

#templatemo-services-detailed .specialized-services {
    padding: 60px 40px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 16px;
    text-align: center;
    margin-bottom: 0;
}

#templatemo-services-detailed .specialized-services h3 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

#templatemo-services-detailed .specialized-services > .col-md-12 > p {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}

#templatemo-services-detailed .specialized-services .service-box h4 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

#templatemo-services-detailed .specialized-services .service-box p {
    font-size: 14px;
    color: #666;
    text-align: left;
}

.service-areas-container {
    margin-top: 40px;
    margin-bottom: 80px;
}

.service-intro {
    text-align: center;
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 50px;
    font-weight: 500;
}

.contact-row {
    display: flex;
    align-items: stretch;
}

.contact-card {
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}

.contact-card > p:first-of-type {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 40px;
}

.cta-box {
    margin-bottom: 30px;
    padding: 20px;
    background: linear-gradient(135deg, #ff7600 0%, #e67e22 100%);
    border-radius: 12px;
    color: white;
}

.cta-box p:first-child {
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
    opacity: 0.9;
}

.cta-box p:last-child {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.cta-box a {
    color: white;
    text-decoration: none;
}

.contact-info {
    border-left: 4px solid #ff7600;
    padding-left: 20px;
    margin-bottom: 20px;
}

.contact-info:last-child {
    margin-bottom: 0;
}

.contact-info p {
    font-size: 14px;
    color: #666;
    margin: 0;
    margin-bottom: 8px;
}

.contact-info p:last-child {
    font-size: 15px;
    color: #333;
    margin: 0;
    font-weight: 600;
}

.faqs-container {
    margin-top: 50px;
}

.faq-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    padding: 30px;
    margin-bottom: 25px;
    border-radius: 16px;
    border-left: 5px solid #ff7600;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.faq-item h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
}

.faq-item h4 span {
    color: #ff7600;
    margin-right: 10px;
    font-size: 24px;
}

.faq-item p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin: 0;
    padding-left: 34px;
}

.faq-item p a {
    color: #ff7600;
    font-weight: 600;
    text-decoration: none;
}

.footer_bottom_content p {
    font-size: 14px;
    margin-bottom: 10px;
}

.footer_bottom_content p:last-of-type {
    margin-bottom: 20px;
}

#footer-line {
    font-size: 12px;
    color: #999;
}

/* ------ FONT AWESOME ICONS ------ */
i.fa {
    color: #ff7600;
    margin-right: 10px;
    font-size: 18px;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    line-height: inherit !important;
}

p strong i.fa {
    color: #ff7600;
    margin-right: 10px;
    font-size: 18px;
    display: inline-block !important;
    vertical-align: middle;
}

.contact-info p i.fa {
    color: #ff7600;
    margin-right: 10px;
    font-size: 18px;
    display: inline-block !important;
    vertical-align: middle;
}

/* ------ MAP LINK ------ */
.map-link {
    display: block;
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%) center/cover;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.map-link:hover {
    box-shadow: 0 12px 35px rgba(255,118,0,0.2);
    transform: translateY(-4px);
}

.map-link::before {
    content: '📍 Click to view on Google Maps';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ff7600;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    z-index: 10;
}

.social-icon-fb {
    background: url('../images/social-icon-fb.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-fb {
    background: url('../images/social-icon-fb-over.png') no-repeat;
}

.social-icon-rss {
    background: url('../images/social-icon-rss.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-rss {
    background: url('../images/social-icon-rss-over.png') no-repeat;
}

.social-icon-twitter {
    background: url('../images/social-icon-twitter.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-twitter {
    background: url('../images/social-icon-twitter-over.png') no-repeat;
}

.social-icon-linkedin {
    background: url('../images/social-icon-linkedin.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-linkedin {
    background: url('../images/social-icon-linkedin-over.png') no-repeat;
}

.social-icon-dribbble {
    background: url('../images/social-icon-dribbble.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-dribbble {
    background: url('../images/social-icon-dribbble-over.png') no-repeat;
}

ul.templatemo-project-gallery  li  a img:hover {
    border: 3px solid #ff7600;
}

.templatemo-gallery-category a {
	color:#333333; 
}

.templatemo-gallery-category a.active {
	color:#e67e22; 
	text-decoration:none;
}

.templatemo-gallery-category a:focus {
	color:#e67e22;
	text-decoration:none;	
}

.templatemo-gallery-category a:hover {
	color:#e67e22; 
	text-decoration:none;
}

.link_orange:hover {
    text-decoration:none;
}
.templatemo-project-gallery {         
    margin:0 0 0 0;
    margin-top:30px;
    margin-left: -40px;
}
.templatemo-project-gallery li {     
    list-style:none;
    margin-bottom:25px;           
}
.templatemo-project-gallery li img {
  cursor: pointer;
}

.templatemo-tweets {
    background-color: #8996a0;
    min-height:200px;
    font-family:  'Open Sans', sans-serif;
    font-size:20px;
    color:#ffffff;
    margin-top:100px;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}

.btn_loadmore {
	margin-top:30px; 
	margin-bottom:80px;
}

.blog_box {
	margin-left: -12px;
}

@media (min-width:991px) and (max-width:1200px) {
    .templatemo-project-box, .project-overlay {
        height:170px;
        width:170px;
    }

    .templatemo-project-gallery {
        margin-left: -70px;
    }

    .templatemo-service-item-header {
        padding: 16px 10px 20px;
    }

    .templatemo-header-orange {
        min-width: 230px;
    }

    .team_box,  .team_box_over {
        height:220px;
        width:220px;
    }
	
}


@media (max-width:991px) {
    .team-inner {
        margin-top: 20px;
        margin-bottom: 20px;
    }
	
    .templatemo-btn-read-more {
        float:right;
        margin-bottom :40px; 
    }
}


@media (min-width:768px) and (max-width:990px) {
    .member-thumb .thumb-overlay {
        padding-left: 30%;
    }
    .templatemo-project-box , .project-overlay {
       height:130px;
       width:130px;
       padding-top: 0px;
    }

    .templatemo-project-gallery {
       margin-left: 10px; 
    }

    .blog_box{
       margin-right: -140px;
    }
}


@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  } 
}

@media (max-width: 768px) {
    #templatemo-services-detailed h2 {
        font-size: 28px;
    }
    
    #templatemo-services-detailed h3 {
        font-size: 24px;
    }
    
    .service-detail-row {
        flex-direction: column;
        margin-bottom: 60px;
    }
    
    .service-detail-row.col-md-pull-6 {
        flex-direction: column-reverse;
    }
    
    .cta-highlight {
        padding: 30px 20px;
    }
    
    .cta-highlight h3 {
        font-size: 24px;
    }
    
    .cta-highlight p {
        font-size: 16px;
    }
    
    #templatemo-services-detailed .specialized-services {
        padding: 30px 20px;
    }
}

@media (max-width: 380px) {
    .member-thumb .thumb-overlay {
            padding-left: 30%;

    }
	.templatemo-service-item-header {
		font-size: 16px;
		
		padding: 23px 10px 22px;
	}
	.templatemo-header-orange {
		min-width: 0px;
	}
	
}

@media (min-width:991px) and (max-width: 1200px) {
	 .team_hr {
		width: 37%; 
	}
}

@media (min-width:683px) and ( max-width: 991px) {
	 .team_hr {
		width: 33%;
	}
}

@media (min-width:585px) and ( max-width: 683px) {
        .member-thumb .thumb-overlay {
            padding-left: 25%;

        }
	 .team_hr {
		width: 30%;
	}
}

@media (min-width:536px) and ( max-width: 585px) {
	 .team_hr {
		width: 28%;
	}
}

@media  (min-width:410px) and  ( max-width: 536px) {
	 .team_hr {
		width: 21%;
	}
}

@media  ( max-width: 410px) {
	 .team_hr {
		width: 11%;
	}
}
