
@import url(fontawesome.css);
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900");
body {
    font-family: 'Lato', sans-serif;
    
  //background-image: url('assets/images/bodybg.jpg');
  //background-size: 90% 400%;
    background: linear-gradient(90deg, #20b0c7, #2ea5a1);
}




#page-wraper {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}


.wrap{
	color:#a43f49!important;
	font-size:28px!important;
	
}


/* Basic */
html,body{
	  scroll-behavior: smooth;
	
}


body {
    overflow-x: hidden;
	
}

input,
select,
textarea {
    outline: none;
}

a,
a:hover {
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

h4 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.25px;
}

img {
    width: 100%;
    overflow: hidden;
}

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

ul li {
    display: inline-block;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.right-text{
	background: linear-gradient( to right bottom, rgb(250 250 250 / 0%), #fffde72b );
    border-radius: 2rem;
    z-index: 2;
    backdrop-filter: blur(2rem);
    padding:10px;
}



.container {
    /* margin: 0 auto; */
}

.main-nav {
    text-align: center;
}

.main-nav li:last-child a {
    /* border-bottom: 2px solid #fff; */
}

.main-nav li {
    display: block;
}

.main-nav li a {
    height: 70px;
    line-height: 70px;
    /* display: inline-block; */
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    transition: all 0.5s;
    /* border-top: 2px solid #fff; */
}

.main-nav li:hover a,
.main-nav li.active a {
    /* background: #fff; */
    color: #8c363e;
}

/* Sidebar Menu */

.menu .image {
    margin-top: 60px;
}

.menu .image img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    text-align: center;
}

.menu .author-content {
    margin: 40px 0px 60px 0px;
}

.menu .author-content h4 {
    margin-bottom: 0px;
}

.menu .author-content span {
    font-size: 13px;
    font-style: italic;
    color: #fff;
}

.menu .social-network {
    margin-top: 60px;
}

.menu .social-network ul li {
    margin: 0 3px;
}

.menu .social-network ul li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
}

.menu .social-network ul li a:hover {
    background-color: #fff;
    color: #a43f49;
}

.menu .copyright-text {
    position: relative;
    margin-top: 60px;
}

.menu .copyright-text p {
    border-top: 1px solid rgba(250, 250, 250, 0.1);
    display: inline-block;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    font-size: 13px;
}

.menu:before,
.menu:after {
    content: "";
    display: table;
}

.menu:after {
    clear: both;
}

.menu a {
    text-decoration: none;
    color: inherit;
}

.menu {
    text-align: center;
}

.menu::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width:845px){
	#menu{box-shadow:0px 0px 5px 1px!important;}
}

#menu{
		background:url('assets/images/ssbg.png');
}

.menu {
  -webkit-transition: -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
  -webkit-overflow-scrolling: touch;
  background-color: #3f9fa426;
  box-sizing: border-box;
  height: 100vh;  
  max-height: 100vh !important;
  max-width: 80vw !important;
  min-width: 45px !important;
  outline: none;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding: 0;
  position: fixed !important;
  top: calc(0px);  
  width: 20%;
  will-change: transform;
  z-index: 9999 !important;
}

.menu-toggle {
  color: #fff;
  cursor: pointer;
  font-size: 25px;
  position: fixed;
  right: 25px;
  top: 25px;
}

#menu-toggle {
    z-index: 999;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    color: #a43f49;
    background-color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 60px;
}

.menu-close {
  cursor: pointer;
}

#menu-close {
    cursor: pointer;
    text-align: right;
    color: #a43f49;
    background-color: #fff;
    width: 100%;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 60px;
}


/* Section */

.section {
    color: #fff;
    width: 55%;
    right: 10%;
    left: 35%;
    position: relative;
    /* min-height: 100vh; */
    /* padding-bottom: 80px; */
    border-bottom: 3px solid rgba(250, 250, 250, 0.25);
}

.section-heading {
    text-align: center;
    padding: 80px 45px;
}

.section-heading h2 {
    font-size: 32px;
    font-weight: 700;
    color: lightcyan;
}

.section-heading .line-dec {
    width: 60px;
    height: 3px;
    background-color: #a43f49;
    margin: 10px auto;
}

.section-heading span {
    margin-top: 5px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.5px;
}


/* Buttons */

.white-button a {
    display: inline-block;
    padding: 12px 20px;
	background-color: transparent;
    color: #a43f49;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.5s;
	border-radius: 2rem;
    box-shadow: 0px 0px 8px 6px #12fff321;
}

.white-button a:hover {
    background-color: #a43f49;
    color: #fff;
}

button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    color: #a43f49;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.5s;
    border: none;
    outline: none;
    cursor: pointer;
	border-radius: 2rem;
}

button:hover {
    outline: none;
    background-color: #a43f49;
    color: #fff;
}



/* Left & Right Post */

.right-image-post {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 2px solid rgba(250, 250, 250, 0.1);
}

.left-image img,
.right-image img {
    border-radius: 5px;
}

.right-image-post h4,
.left-image-post h4 {
    margin-top: 30px;
}

.right-image-post p,
.left-image-post p {
    margin-top: 20px;
}

.right-image-post .white-button,
.left-image-post .white-button {
}


/* Services */

.my-services .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
    margin: 15px;
}
/*
.service-item {
    margin-bottom: 10px;
    padding: 50px;
    background-color: #2eb9d845;
    transition: all 0.5s;
    height: 350px;
    font-family: 'Lato';
    border-radius: 2rem;
    backdrop-filter: blur(2rem);
    filter: drop-shadow(2px 4px 6px black);

}*/
.service-item {
    margin-bottom: 10px;
    padding: 50px;
    background-color: #2dacb3;
    transition: all 0.5s;
    height: 350px;
    font-family: 'Lato';
    border-radius: 2rem;
    backdrop-filter: blur(2rem);
    filter: drop-shadow(2px 4px 6px #208ac7);
    box-shadow: 0 0 5px 5px #09ca9d99;
}

.service-item h4 {
    transition: all 0.5s;
}

.service-item p {
    transition: all 0.5s;
}

.service-item:hover {
    background-color: rgba(250, 250, 250, 1);
}

.service-item:hover h4 {
    color: #1e1e1e;
}

.service-item:hover p {
    color: #4a4a4a;
}

.service-item .service-icon {
    width: 70px;
    height: 70px;
    display: inline-block;
    margin-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.service-item .first-service-icon {
    background-image: url(../images/first-white-icon.png);
}

.service-item:hover .first-service-icon {
    background-image: url(../images/first-main-icon.png);
}

.service-item .second-service-icon {
    background-image: url(../images/second-white-icon.png);
}

.service-item:hover .second-service-icon {
    background-image: url(../images/second-main-icon.png);
}

.service-item .third-service-icon {
    background-image: url(../images/third-white-icon.png);
}

.service-item:hover .third-service-icon {
    background-image: url(../images/third-main-icon.png);
}

.service-item .fourth-service-icon {
    background-image: url(../images/fourth-white-icon.png);
}

.service-item:hover .fourth-service-icon {
    background-image: url(../images/fourth-main-icon.png);
}
.about-me{
	background: #029cb5;
    filter: drop-shadow(2px 4px 6px black);
	
}

/* My Work */

.my-work{
	filter: drop-shadow(2px 4px 6px black);
	background:background: linear-gradient(45deg, #746c6c, transparent);
	
}

section.my-work .section-heading {
    text-align: center;
    padding: 80px 45px 50px 45px;
}

.isotope-wrapper {
    position: relative;
    width: 100%;
    margin: auto;
}

.isotope-toolbar input[type="radio"] {
    display: none;
}

.isotope-toolbar span {
    text-transform: capitalize;
    display: inline-block;
    margin-right: 15px;
    padding-bottom: 3px;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    transform: ease-in-out 0.5s;
    cursor: pointer;
}

.isotope-toolbar input[type="radio"]:checked + span {
    color: #a43f49;
    border-bottom: 2px solid #a43f49;
}

.isotope-box {
    position: relative;
    width: 100%;
}

.isotope-toolbar {
    text-align: center;
    margin: 10px;
}

.isotope-toolbar p {
    border-top: 1px solid #fff;
    padding-top: 15px;
}

.isotope-toolbar a {
    color: #fff;
}

.isotope-item {
    position: relative;
    width: 48%;
    margin: 1%;
    border-bottom: 2px solid rgba(250,250,250,0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.isotope-item img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.lazyload {
    background: #f7f7f7;
}

.lazyloading {
    background: #f7f7f7 url(//afarkas.github.io/lazysizes/assets/imgs/loader.gif) no-repeat center;
    min-height: 60px;
}

figure.snip1321 {
  /* overflow: hidden; */
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
}
figure.snip1321 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
figure.snip1321 figcaption {
  top: 50%;
  /* left: 20px; */
  /* right: 20px; */
  px; */
  px; */
  position: absolute;
  position: absolute;
  background: #fff;
  opacity: 0;
  z-index: 1;
  /* margin: 80px; */
  /* padding: 80px; */
  /* width: 100%; */
}
figure.snip1321 h4 {
    margin-top: 15px;
  margin-bottom: 5px;
  color: #232323;
}
figure.snip1321 span {
    font-size: 14px;
    font-style: italic;
    display: block;
    color: #7a7a7a;
}
figure.snip1321 i {
  position: relative!important;
  font-size: 18px;
  background-color: #a43f49;
  width: 100%;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  color: #fff;
}
figure.snip1321:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 80px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}
figure.snip1321 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
figure.snip1321:hover figcaption,
figure.snip1321.hover figcaption {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1321:hover:after,
figure.snip1321.hover:after {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0.9;
}


/* Contact Me */

section.contact-me {
    border-bottom: none;
}

#contact input {
    background-color: rgba(250,250,250,0.1);
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding-left: 15px;
}

#contact input:focus {
    outline: none;
    box-shadow: none;
}

#contact textarea {
    background-color: rgba(250,250,250,0.1);
    border-radius: 0px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
    height: 180px;
    max-height: 220px;
    line-height: 40px;
    width: 100%;
    padding-left: 15px;
}

#contact textarea:focus {
    outline: none;
    box-shadow: none;
}

#contact {
    text-align: center;
}

.form-control{
    border: 2px solid #187672;
	border-radius: 50px;
}

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

    .section {
        color: #fff;
        width: 65%;
        right: 5%;
        left: 30%;
    }
}

@media screen and (max-width: 1680px) and (min-width: 846px) { 
    .menu .social-network ul li a {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .menu .social-network ul li {
        margin: 0;
    }

    .menu .image {
        margin-top: 60px;
    }
}

@media screen and (min-width:1295px){
	figure{
		height:350px!important;
	}
	
}

@media screen and (min-width:845px){
	figure{
		height:300px;
	}
	
}

@media screen and (max-width: 1280px) {
    .menu {
        left: 0%;
    }

    .right-image-post h4,
    .left-image-post h4 {
        margin-top: 0px;
    }

    .right-image-post p,
    .left-image-post p {
        margin-top: 15px;
    }

    .right-image-post .white-button,
    .left-image-post .white-button {
        margin-top: 25px;
    }

}

.menu .container {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 1280px) and (min-width: 846px) {
    .menu {
        width: 25%;
    }
}

#menu-toggle,
#menu-close {
    display: none;
}  

@media screen and (max-width: 845px) {        
    #menu-toggle,
    #menu-close {
        display: inline-block;
    }    
	
	.timeline .timeline-container {
        padding-left: 50px;
        margin-bottom: 50px;
        position: relative;
        background-color: inherit;
        width: 100%;
}

    .menu {        
        width: 320px;
		background: linear-gradient(0deg, #0000ff00, #046a7a);
		background-image:url('assets/images/menubg.png');
        -webkit-transform: translateX(-100%) !important;
        transform: translateX(-100%) !important;
        transition: -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
        transition: transform 233ms cubic-bezier(0, 0, 0.21, 1);
        transition: transform 233ms cubic-bezier(0, 0, 0.21, 1), -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
    }
	

    .menu .image {
        margin-top: 40px;        
    }

    .menu .image img {
        width: 120px;
        height: 120px;
    }

    .menu .author-content {
        margin: 20px 0px 40px 0px;
    }

    .menu .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .menu.open {
        display: inline-block;
        -webkit-transform: translateX(0) !important;
                transform: translateX(0) !important;
    }

    .responsive-nav {
        display: inline-block;
    }
    .section {
        width: 94%;
        right: 3%;
        left: 3%;
    }
    .isotope-item {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        border-bottom: none;
        text-align: center;
    }
    .left-image-post img {
        margin-bottom: 30px;
    }
    .right-image-post img {
        margin-top: 30px;
    }
    .isotope-toolbar {
        margin-bottom: 20px;
    }
}



/* ===== Imported changes from updated portfolio ===== */


/* modern-core-v2 */

/* FORCE GLOBAL RESET & BACKGROUND */
html, body {
    background-color: #0f172a !important;
    background-image: radial-gradient(rgba(56, 189, 248, 0.2) 1px, transparent 0) !important;
    background-size: 32px 32px !important;
    background-attachment: fixed !important;
    color: #f8fafc !important;
}

/* TARGET SECTIONS DIRECTLY */
section.section, 
div#page-wraper section, 
.about-me, .my-services, .my-work, .contact-me {
    background-color: transparent !important;
    background-image: none !important;
    color: #f8fafc !important;
    /* padding: 80px 0 !important; */
    border: none !important;
}

/* SECTION 2 ITEMS - CARD LOOK */
section.my-services .col-md-6 > div,
section.my-services .service-item {
    background: #1e293b54 !important;
    /* border: 1px solid #334155 !important; */
    border-radius: 12px !important;
    padding: 30px !important;
    height: 100% !important;
    /* backdrop-filter: blur(1px); */
    filter: brightness(1);
}

section.my-services h4 {
    color: #38bdf8 !important;
}


/* TYPEWRITER CURSOR REMOVAL */
.typewrite, .typewrite > span, .wrap {
    border-right: none !important;
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* SIDEBAR FIX */
#menu {
    background: #0f172a !important;
    border-right: none !important;
}

#menu .main-nav a {
    color: #94a3b8 !important;
}

#menu .main-nav li.active a,
#menu .main-nav a:hover {
    color: #38bdf8 !important;
}



/* 1. Standardize the height of the H1 to prevent layout shifts */
section.about-me h1.front-end {
    position: relative;
    display: block !important;
    min-height: 2.4em !important; /* Fixed height for 2 lines to prevent jumping */
    line-height: 1.2 !important;
    margin-bottom: 30px !important;
    /* overflow: hidden !important; */
}

/* 2. Ensure the typewriter text is an inline-block that doesn't collapse */
section.about-me .typewrite {
    min-width: 10px !important;
    vertical-align: bottom !important;
    /* top: 5%; */
}

/* 3. Keep the bulb and other elements in normal flow but stable */
section.about-me .bulb {
    display: block !important;
    /* margin-top: 20px !important; */
    /* position: absolute; */
    /* Animation allowed */
    /* top: 15%; */
}

/* 4. Ensure container spacing is stable */
section.about-me .section-heading {
    display: block !important;
    padding-bottom: 0 !important;
    margin-bottom: 40px;
}


/* static-right-text-fix */

/* Restore transitions for a fluid feel, but avoid transforms that cause displacement */
.right-text, 
.right-text *,
.col-md-6,
.col-md-6 * {
    transition: all 0.3s ease !important;
     /* Keep position static to prevent jumping */
}

/* Allow color-based visual cues instead of movement */
.right-text h4:hover, 
.right-text p:hover {
    color: #38bdf8 !important;
}

/* Restore button interactivity without displacement */
.white-button a {
    transition: background-color 0.3s ease, box-shadow 0.3s ease !important;
}

.white-button a:hover {
    background-color: #7dd3fc !important;
    box-shadow: 0 0 15px rgba(56, 189, 248, 0.4) !important;
    
}


/* consolidated-site-improvements */
/* Consolidated Custom Site Styles */

/* From: section-1-custom-bg */

/* Re-applying a modern, deep-themed background to the first section */
section.about-me {
    background-color: #111827 !important; /* Deep charcoal/blue */
    background-image: 
        linear-gradient(rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.8)),
        url('https://www.transparenttextures.com/patterns/dark-matter.png') !important;
    background-size: cover, auto !important;
    background-attachment: scroll, fixed !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Subtle overlay to ensure text contrast */
section.about-me::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: radial-gradient(circle at 70% 30%, rgba(56, 189, 248, 0.1), transparent 50%) !important;
    z-index: -1 !important;
    pointer-events: none !important;
}


/* From: debug-menu-transition */

        #menu {
            transition: transform 0.5s ease-in-out !important;
        }
    

/* From: debug-nav-item-transition */

        .main-menu li a {
            transition: all 0.3s ease-in-out !important;
        }
        .main-menu li a:hover {
            padding-left: 10px !important;
            color: #38bdf8 !important;
        }
    

/* From: section2-final-styles-v3 */

  /* Consolidated Section 2 Styles - Using standard classes */
  .service-item {
    background-color: rgba(255, 255, 255, 0.12) !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 12px !important;
    padding: 0 !important;
    margin: 15px !important;
    text-align: left !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    box-shadow: none !important;
    /* filter: none !important; */
    /* backdrop-filter: brightness(0.5); */
    transition: all 0.3s ease !important;
  }

  .service-item .service-icon {
    margin-bottom: 30px !important;
    display: inline-block !important;
    width: 70px !important;
    height: 70px !important;
    /* background-color: rgba(14, 165, 233, 0.1) !important; */
    color: #0ea5e9 !important;
    border-radius: 8px !important;
    text-align: center !important;
    line-height: 70px !important;
    font-size: 32px !important;
  }

  .service-item h4 {
    color: #0ea5e9 !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 26px !important;
    font-weight: 800 !important;
    margin-top: 20px !important;
    margin-bottom: 15px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.3px !important;
    line-height: 1.2 !important;
  }

  .service-item p {
    color: #ffffff !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 15.2px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    margin-bottom: 16px !important;
  }

  /* Hover effect */
  .service-item:hover {
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-color: #0ea5e9 !important;
    transform: translateY(-5px) !important;
  }
.product-design {
    background: transparent;
}

.product-design-card {
    background: rgba(255,255,255,0.12);
    border: 2px solid rgba(255,255,255,0.2);
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.product-design-card:hover {
    border-color: #38bdf8;
    transform: translateY(-5px);
}

.product-design-card h4 {
    color: #38bdf8;
    margin-bottom: 15px;
}

.product-design-card p {
    color: #fff;
}

.product-design-card .white-button a {
    display: inline-block;
    min-width: 220px;
    text-align: center;
}

/* From: global-section-dividers */

        section.section {
            position: relative;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
            padding-bottom: 80px !important;
            /* margin-bottom: 80px !important; */
        }

        /* Remove divider from the last section */
        section.section:last-of-type {
            border-bottom: none !important;
            margin-bottom: 0 !important;
        }

        /* Optional: Add a subtle glow to the divider */
        section.section::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 10%;
            width: 80%;
            height: 1px;
            background: linear-gradient(to right, transparent, rgba(56, 189, 248, 0.3), transparent);
        }
    

/* From: scrolling-stars-style */

            .scrolling-star {
                position: fixed;
                width: 2px;
                height: 2px;
                background: white;
                border-radius: 50%;
                pointer-events: none;
                z-index: -1;
                opacity: 0.8;
                box-shadow: 0 0 5px white;
            }
        

/* From: scrolling-stars-style-fixed */

        .scrolling-star {
            position: fixed !important;
            width: 2px !important;
            height: 2px !important;
            background: #fff !important;
            border-radius: 50% !important;
            pointer-events: none !important;
            z-index: 1 !important; 
            opacity: 0.6 !important;
            box-shadow: 0 0 4px #fff !important;
        }
        
        #page-wraper {
            position: relative !important;
            z-index: 2 !important;
            background: transparent !important;
        }
        
        body {
            background-attachment: fixed !important;
        }
    


/* ===== Services 2x2 Layout Fix ===== */
@media (min-width: 768px) {
  .my-services .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .my-services .col-md-6 {
    /* flex: 0 0 50% !important; */
    /* max-width: 50% !important; */
    width: 50% !important;
    margin: 0 !important;
    padding: 10px !important;
  }

  .my-services .service-item {
    margin: 0 !important;
    height: 100% !important;
  }
}
