/*service PAGE*/
/* Hero Section */
.contact-hero {
    background: linear-gradient(135deg, rgba(128, 0, 128, 0.4), rgba(216, 0, 216, 0.4));
    padding: 80px 0 30px;
    text-align: center;
}
        
.hero-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 45px;
    color: white;
    margin-bottom: 20px;
}
        
.hero-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #cccccc;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}


/*Design*/
.service{
	margin-bottom: 30px;
}

.title-sec{
    width: 100%;
    font-size: 35px;
    text-align: center;
    color: #d800d8; 
    padding-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

.service-section{
	padding: 10px 0;
    width: 100%;
}

.text-container{
	display: grid;
    width: 100%;
    grid-template-columns: 1.5fr 1.5fr;
    height: 400px;
    gap: 5px;
    padding: 0 95px;
}

.text-contant{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 15px 0px;
}

.text-contants{
	justify-items: center;
	padding: 10px 0px;
}

.rec-box{
	position: relative;
  	width: 300px;
  	height: 45px;
}

.text{
	position: absolute;
  	top: 8px;
  	left: 50px;
  	font-weight: 600;
	font-size: 15px;
  	display: flex;
  	align-items: center;
  	width: 230px;
  	height: 28px;
}

.text-icon{
	position: absolute;
  	top: 8px;
  	left: 6px;
  	width: 30px;
  	height: 30px;
  	object-fit: cover;
}

.text-image{
	display: flex;
    position: relative; /* Optional if you add more layers later */
    align-items: center;
}

.rec-bottom1, .rec-middle1, .rec-img1, 
.rec-bottom2, .rec-middle2, .rec-img2 {
	width: 400px;
    height: 300px;
    top: 0px;
    right: 0px;
    position: absolute;
    border-radius: 60px;
    background-color: #d800d880;
    transform: rotate(10deg);
    transform-origin: 0 0;
}

.rec-middle1 {
    top: 10px;
    right: 10px;
}

.rec-img1 {
    top: 20px;
    right: 20px;
    background-size: cover;         /* Ensures full coverage */
    background-position: center;    /* Keeps image centered */
    background-repeat: no-repeat;   /* Prevents tiling */
}

.rec-bottom2, .rec-middle2, .rec-img2 {
    top: 95px;
    left: 0px;
    transform: rotate(-10deg);

}

.rec-middle2 {
    top: 105px;
    left: 10px;
}

.rec-img2 {
    top: 115px;
    left: 20px;
    background-size: cover;         /* Ensures full coverage */
    background-position: center;    /* Keeps image centered */
    background-repeat: no-repeat;   /* Prevents tiling */
}


.ellipse-div {
width: 50%;
left: 150px;
position: relative;
filter: blur(200px);
border-radius: 50%;
background-color: #d900d9;
height: 200px;
}


.cover {
    position: absolute;
  	top: 0px;
  	left: 50px;
  	font-weight: 600;
  	display: flex;
  	align-items: center;
  	width: 230px;
  	height: 28px;
}

.coversmall {
	position: absolute;
	top: 18px;
	left: 50px;
	font-size: 12px;
	font-weight: 600;
	display: flex;
	align-items: center;
	width: 250px;
	height: 28px;
}

/* Service Title */
.graphic-title, .digital-title, .uiux-title,
.tech-title, .art-title, .motion-title, .print-title,
.web-title, .app-title, .back-title, .soft-title, .other-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 25px;
    color: #fff;
    margin-bottom: 30px;
}

/* right align */

.digital-title, .tech-title, .motion-title,
.web-title, .back-title, .other-title {
	text-align: right;
}


.small-box1, .small-box2, .small-box3,.small-box4,
.small-box5, .small-box6,.small-box7, .small-box8,
.small-digi1, .small-digi2, .small-digi3, .small-digi4,
.small-digi5, .small-digi6, .small-digi7, .small-uiux1, 
.small-uiux2, .small-uiux3, .small-uiux4, .small-tech1, 
.small-tech2, .small-tech3, .small-tech4, .small-tech5, 
.small-tech6, .small-tech7, .small-art1, .small-art2, 
.small-art3, .small-art4, .small-art5, .small-art6, 
.small-moti1, .small-moti2, .small-moti3, .small-moti4,
.small-moti5, .small-print1, .small-print2, .small-print3,
.small-print4, .small-print5, .small-web1, .small-web2,
.small-web3, .small-web4, .small-web5, .small-web6,
.small-web7, .small-app1, .small-app2, .small-app3,
.small-app4, .small-app5, .small-back1, .small-back2,
.small-back3, .small-back4, .small-soft1, .small-soft2,
.small-soft3, .small-soft4, .small-other1, .small-other2,
.small-other3, .small-other4{
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #FF3D00;
  	box-sizing: border-box;
  	width: 300px;
  	height: 45px;
}

.small-box2 {
  	border: 1px solid #BBDEFB;
}

.small-box3 {
  	border: 1px solid #03A9F4;
}

.small-box4 {
  	border: 1px solid #6D4C41;
}

.small-box5 {
  	border: 1px solid #FFECB3;
}

.small-box6 {
  	border: 1px solid #9F7230;
}

.small-box7 {
  	border: 1px solid #4CAF50;
}

.small-box8 {
  	border: 1px solid #D900D9;
}

/*Digital Section*/
.small-digi1{
  	border: 1px solid #3F51B5;
}

.small-digi2 {
  	border: 1px solid #2196F3;
}

.small-digi3 {
  	border: 1px solid #BBDEFB;
}

.small-digi4 {
  	border: 1px solid #CFD8DC;
}

.small-digi5 {
  	border: 1px solid #FFC107;
}

.small-digi6 {
  	border: 1px solid #7CB342;
}

.small-digi7 {
  	border: 1px solid #78909C;
}

/* Ui/Ux Section */

.small-uiux1 {
  	border: 1px solid #2196F3;
}

.small-uiux2 {
  	border: 1px solid #1565C0;
}

.small-uiux3 {
  	border: 1px solid #455A64;
}

.small-uiux4 {
  	border: 1px solid #00BCD4;
}

/* 2d/3d Section */

.small-tech1 {
  	border: 1px solid #1768C3;
}

.small-tech2 {
  	border: 1px solid #FFF3E0;
}

.small-tech3 {
  	border: 1px solid #1DE9B6;
}

.small-tech4 {
  	border: 1px solid #7B1FA2;
}

.small-tech5 {
  	border: 1px solid #FFAA2E;
}

.small-tech6 {
  	border: 1px solid #607D8B;
}

.small-tech7 {
  	border: 1px solid #BC6775;
}

/* Art Section */

.small-art1 {
  	border: 1px solid #FF9800;
}

.small-art2 {
  	border: 1px solid #BBDEFB;
}

.small-art3 {
  	border: 1px solid #FFC107;
}

.small-art4 {
  	border: 1px solid #7CB342;
}

.small-art5 {
  	border: 1px solid #FFECB3;
}

.small-art6 {
  	border: 1px solid #1E88E5;
}

/* Multimedia Section */

.small-moti1 {
  	border: 1px solid #3F51B5;
}

.small-moti2 {
  	border: 1px solid #2196F3;
}

.small-moti3 {
  	border: 1px solid #BBDEFB;
}

.small-moti4 {
  	border: 1px solid #CFD8DC;
}

.small-moti5 {
  	border: 1px solid #78909C;
}

/* Print Section */

.small-print1 {
  	border: 1px solid #FFDDAB;
}

.small-print2 {
  	border: 1px solid #673AB7;
}

.small-print3 {
  	border: 1px solid #FFC107;
}

.small-print4 {
  	border: 1px solid #AB47BC;
}

.small-print5 {
  	border: 1px solid #1565C0;
}



/* Development */


/* web Section */


.small-web1 {
  	border: 1px solid #1768C3;
}

.small-web2 {
  	border: 1px solid #DCF2FD;
}

.small-web3 {
  	border: 1px solid #BBDEFB;
}

.small-web4 {
  	border: 1px solid #FF8F00;
}

.small-web5 {
  	border: 1px solid #009688;
}

.small-web6 {
  	border: 1px solid #3A4753;
}

.small-web7 {
  	border: 1px solid #607D8B;
}





/* App Section */

.small-app1 {
  	border: 1px solid #7CB342;
}

.small-app2 {
  	border: 1px solid #FFC107;
}

.small-app3 {
  	border: 1px solid #F44336;
}

.small-app4 {
  	border: 1px solid #2196F3;
}

.small-app5 {
  	border: 1px solid #2196F3;
}


/* Backend Section */

.small-back1 {
  	border: 1px solid #3F51B5;
}

.small-back2 {
  	border: 1px solid #2196F3;
}

.small-back3 {
  	border: 1px solid #BBDEFB;
}

.small-back4 {
  	border: 1px solid #CFD8DC;
}


/* Software Section */

.small-soft1 {
  	border: 1px solid #F44336;
}

.small-soft2 {
  	border: 1px solid #90CAF9;
}

.small-soft3 {
  	border: 1px solid #673AB7;
}

.small-soft4 {
  	border: 1px solid #388E3C;
}


/* Other Dev Section */

.small-other1 {
  	border: 1px solid #3A4BA8;
}

.small-other2 {
  	border: 1px solid #FFC107;
}

.small-other3 {
  	border: 1px solid #388E3C;
}

.small-other4 {
  	border: 1px solid #2196F3;
}

/* Choose Us */
.choose-section {
  text-align: center;
  padding: 20px 95px;
  background: rgba(50, 15, 54, 0.3);
  margin-bottom: 30px;
}
.choose-title {
	font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 35px;
    color: white;
}
.choose-container{
	display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
	padding-top: 20px;
}

/* Icon wrapper */
.icon {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 10px auto;
}

/* Background circle */
.icon-child {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #d900d9;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Centered image */
.icon-image {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.team-content {
  	position: absolute;
  	top: 80px;
  	left: 0px;
  	font-weight: 300;
	font-size: 13px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	width: 320px;
  	height: 80px;
}
.team-text {
  	position: absolute;
  	top: 70px;
  	left: 0px;
  	font-size: 20px;
	font-weight: 800;
  	display: flex;
  	justify-content: center;
  	width: 320px;
}
.team {
  	width: 100%;
  	position: relative;
  	height: 150px;
	width: 320px;
  	text-align: center;
	justify-content: center;
  	font-size: 20px;
  	color: #fff;
  	font-family: Montserrat;
	background: rgba(128, 0, 128, 0.1);
    border-radius: 20px;
    border: 2px solid rgba(128, 0, 128, 0.3);
}



/* ------------------------
   KEYFRAMES
------------------------- */
@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeftTop {
    0% {
        opacity: 0;
        transform: translate(-100px, -100px);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes slideInRightTop {
    0% {
        opacity: 0;
        transform: translate(100px, -100px);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

/* ------------------------
   ANIMATION CLASSES
------------------------- */

/* For text line stagger effect */
.animate-line {
    opacity: 0;
    animation: fadeSlideUp 1s ease-in forwards;
}
.delay-0 { animation-delay: 0.2s; }
.delay-1 { animation-delay: 0.5s; }
.delay-2 { animation-delay: 0.8s; }

/* Scroll animation base */
.scroll-animate {
    opacity: 0;
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
    will-change: transform, opacity;
}

/* Animate from LEFT */
.animate-left { transform: translateX(-100px, -100px); }
.animate-left.in-view {
    opacity: 1;
    transform: translate(0 0);
}

/* Animate from RIGHT */
.animate-right { transform: translateX(100px, -100px); }
.animate-right.in-view {
    opacity: 1;
    transform: translate(0, 0);
}

/* Animate from TOP */
.animate-top { transform: translateY(-100px); }
.animate-top.in-view {
    opacity: 1;
    transform: translateY(0);
}

/* Animate from BOTTOM */
.animate-bottom { transform: translateY(100px); }
.animate-bottom.in-view {
    opacity: 1;
    transform: translateY(0);
}







/* ============================= */
/* Responsive Design Starts Here */
/* ============================= */

/* --- Tablet (768px and below) --- */
@media (max-width: 1024px) {
	.contact-hero {
        padding: 60px 0 20px;
    }
        
    .hero-title {
        font-weight: 800;
        font-size: 40px;
        margin-bottom: 10px;
}
        
    .hero-subtitle {
        font-weight: 400;
        font-size: 15px;
        max-width: 800px;
}

.title-sec{
    font-size: 35px;
}

.text-container{
    padding: 0 20px;
	height: 350px;
}

.text-contant{
    gap: 10px;
    padding: 10px 0px;
}

.text-contants{
	justify-items: center;
	padding: 10px 0px;
}

.rec-box{
  	width: 195px;
  	height: 40px;
}


.text{
  	top: 6px;
  	left: 35px;
	font-size: 10px;
  	width: 230px;
  	height: 28px;
}

.text-icon{
  	top: 8px;
  	left: 6px;
  	width: 25px;
  	height: 25px;
}

.text-image{
	top: 0px;
	right: 0px;
}

.cover {
  	top: 0px;
  	left: 35px;
	font-size: 10px;
  	width: 230px;
  	height: 28px;
}

.coversmall {
	position: absolute;
	top: 16px;
	left: 35px;
	font-size: 8px;
	width: 250px;
	height: 28px;
}

.rec-bottom1, .rec-middle1, .rec-img1, 
.rec-bottom2, .rec-middle2, .rec-img2 {
	width: 330px;
    height: 250px;
}

.rec-middle1 {
    top: 5px;
    right: 5px;
}

.rec-img1 {
    top: 10px;
    right: 10px;
}

.rec-bottom2, .rec-middle2, .rec-img2 {
    top: 95px;
    left: 0px; 
}

.rec-middle2 {
    top: 100px;
    left: 5px;
}

.rec-img2 {
    top: 105px;
    left: 10px;
}


/* Service Title */
.graphic-title, .digital-title, .uiux-title,
.tech-title, .art-title, .motion-title, .print-title,
.web-title, .app-title, .back-title, .soft-title, .other-title {
    font-size: 20px;
}

.small-box1, .small-box2, .small-box3,.small-box4,
.small-box5, .small-box6,.small-box7, .small-box8,
.small-digi1, .small-digi2, .small-digi3, .small-digi4,
.small-digi5, .small-digi6, .small-digi7, .small-uiux1, 
.small-uiux2, .small-uiux3, .small-uiux4, .small-tech1, 
.small-tech2, .small-tech3, .small-tech4, .small-tech5, 
.small-tech6, .small-tech7, .small-art1, .small-art2, 
.small-art3, .small-art4, .small-art5, .small-art6, 
.small-moti1, .small-moti2, .small-moti3, .small-moti4,
.small-moti5, .small-print1, .small-print2, .small-print3,
.small-print4, .small-print5, .small-web1, .small-web2,
.small-web3, .small-web4, .small-web5, .small-web6,
.small-web7, .small-app1, .small-app2, .small-app3,
.small-app4, .small-app5, .small-back1, .small-back2,
.small-back3, .small-back4, .small-soft1, .small-soft2,
.small-soft3, .small-soft4, .small-other1, .small-other2,
.small-other3, .small-other4{
  	width: 195px;
  	height: 40px;
}
/* Choose Us */
.choose-section {
  padding: 20px 10px;
}
.choose-title {
    font-size: 30px;
}
.choose-container{
    gap: 5px;
	padding-top: 20px;
}

/* Icon wrapper */
.icon {
    width: 40px;
    height: 40px;
    margin: 6px auto;
}

/* Background circle */
.icon-child {
    width: 40px;
    height: 40px;
}

/* Centered image */
.icon-image {
    width: 25px;
    height: 25px;
}

.team-content {
  	top: 55px;
	font-size: 10px;
  	width: 165px;
  	height: 80px;
}
.team-text {
  	top: 50px;
  	font-size: 15px;
  	width: 170px;
}
.team {
  	height: 130px;
	width: 170px;
}


}



/* --- Mobile (768px and below) --- */
@media (max-width: 768px) {
 .contact-hero {
        padding: 60px 0 20px;
    }
        
    .hero-title {
        font-size: 30px;
        margin-bottom: 8px;
}
        
    .hero-subtitle {
        font-size: 12px;
}

.service-section{
	padding: 10px 0;
    width: 100%;
}

.title-sec{
    font-size: 25px;
}

.text-container{
	grid-template-columns: 1.5fr;
    padding: 0 20px;
	height: 300px;
}

.text-contant{
    gap: 10px;
    padding: 10px 0px;
}

.text-contants{
	justify-items: center;
	padding: 10px 0px;
}

.rec-box{
  	width: 195px;
  	height: 40px;
}

.ellipse-div {
display: none;
}


.text{
  	top: 6px;
  	left: 35px;
	font-size: 10px;
  	width: 230px;
  	height: 28px;
}

.text-icon{
  	top: 8px;
  	left: 6px;
  	width: 25px;
  	height: 25px;
}

.text-image{
	display: none;
}

.cover {
  	top: 0px;
  	left: 35px;
	font-size: 10px;
  	width: 230px;
  	height: 28px;
}

.coversmall {
	position: absolute;
	top: 16px;
	left: 35px;
	font-size: 8px;
	width: 250px;
	height: 28px;
}

.rec-bottom1, .rec-middle1, .rec-img1, 
.rec-bottom2, .rec-middle2, .rec-img2 {
	display: none;
	width: 150px;
    height: 100px;
	 border-radius: 20px;
}


/* Service Title */
.graphic-title, .digital-title, .uiux-title,
.tech-title, .art-title, .motion-title, .print-title,
.web-title, .app-title, .back-title, .soft-title, .other-title {
    font-size: 20px;
}

.small-box1, .small-box2, .small-box3,.small-box4,
.small-box5, .small-box6,.small-box7, .small-box8,
.small-digi1, .small-digi2, .small-digi3, .small-digi4,
.small-digi5, .small-digi6, .small-digi7, .small-uiux1, 
.small-uiux2, .small-uiux3, .small-uiux4, .small-tech1, 
.small-tech2, .small-tech3, .small-tech4, .small-tech5, 
.small-tech6, .small-tech7, .small-art1, .small-art2, 
.small-art3, .small-art4, .small-art5, .small-art6, 
.small-moti1, .small-moti2, .small-moti3, .small-moti4,
.small-moti5, .small-print1, .small-print2, .small-print3,
.small-print4, .small-print5, .small-web1, .small-web2,
.small-web3, .small-web4, .small-web5, .small-web6,
.small-web7, .small-app1, .small-app2, .small-app3,
.small-app4, .small-app5, .small-back1, .small-back2,
.small-back3, .small-back4, .small-soft1, .small-soft2,
.small-soft3, .small-soft4, .small-other1, .small-other2,
.small-other3, .small-other4{
  	width: 195px;
  	height: 40px;
}
/* Choose Us */
.choose-section {
  padding: 20px 10px;
}
.choose-title {
    font-size: 30px;
}
.choose-container{
    gap: 10px;
	grid-template-columns: 1fr 1fr;
	padding-top: 20px;
	padding-left: 30px;
}

/* Icon wrapper */
.icon {
    width: 40px;
    height: 40px;
    margin: 6px auto;
}

/* Background circle */
.icon-child {
    width: 40px;
    height: 40px;
}

/* Centered image */
.icon-image {
    width: 25px;
    height: 25px;
}

.team-content {
  	top: 55px;
	font-size: 10px;
  	width: 165px;
  	height: 80px;
}
.team-text {
  	top: 50px;
  	font-size: 15px;
  	width: 170px;
}
.team {
  	height: 130px;
	width: 170px;
}




}