 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: Arial, sans-serif;
            background-color: #1a1a1a;
            color: white;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

       
       
/* main section  */
        .main{
             max-width: 1200px;
            width: 95%;
            margin: 1rem auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            height: 85vh;
            padding: 1rem 0;
            gap: 2rem;
        }
        .mainData{
            width: 50%;

        }
        .mainData h1{
            font-size: 2.5rem;
            letter-spacing: 2px;
            line-height: 3.5rem;
            padding-bottom: .8rem;
        }
        .mainData p{
            font-size: 1.1rem;
            letter-spacing: 1.2px;
            line-height: 1.5rem;
        }
        .mainData span{
            font-size: 1.8rem;
            color: #edd05d;
        }
        .mainImage{
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50%;
        }





        /* Hero Section */

        .hero {
            width: 95%;
            max-width: 1200px;
            margin: 2rem auto;
            position: relative;
            height: 70vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            border: 2px solid #fff;
            border-radius: 1rem;
            box-shadow: 0px 0px 15px #fff;
        }

        .hero-content h1 {
            font-size: 3.7rem;
            margin-bottom: 20px;
            letter-spacing: 3px;
            color: #ffffff;
            z-index: 111;
        }

        .hero-content h2 {
            font-size: 2rem;
            margin-bottom: 20px;
            letter-spacing: 3px;
            color: #edd05d;
            z-index: 111;
        }
        .hero-btn {
            background: #edd05d;
            color: black;
            padding: 15px 40px;
            text-decoration: none;
            font-weight: bold;
            margin-top: 20px;
            display: inline-block;
            transition: transform 0.3s;
            border-radius: 8px;
            animation: slideInRight 1s ease-out;
        }

        .hero-btn:hover {
            transform: scale(1.05);
        }

       
@media screen and (max-width:1024px){
        .main{
            margin: 2rem;
        }   
        .main .mainImage img{
            width: 37vw;
        }
}
       @media screen and (max-width:786px) {
         
        .hero {
            width: 90%;
            margin: 0 auto;
            height: 70vh;
           
        }

        .hero-content h1 {
            font-size: 2.5rem;
            margin-bottom: 20px;
            letter-spacing: 3px;
            color: #ffffff;
            z-index: 111;
            padding: .5rem;
        }

        .hero-content h2 {
            font-size: 1.8rem;
            margin-bottom: 20px;
            letter-spacing: 3px;
            color: #ffffff;
            z-index: 111;
        }


         .main{
            max-width: 1200px;
            margin: 0 auto;
            height: 100%;
            flex-direction: column;
        }
        .mainData{
            width: 90%;
            margin: 0 auto;

        }
        .mainData h1{
            font-size: 2.5rem;
            letter-spacing: 2px;
            line-height: 2.5rem;
            padding-bottom: .8rem;
        }
        .mainData p{
            font-size: 1.1rem;
            letter-spacing: 1.2px;
            line-height: 1.5rem;
        }
        .mainImage{
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50%;
        }
        .carousel-container{
            width: 100%;
        }
       

       }

         @media screen and (max-width:480px) {
            .hero-content h1{
                font-size: 1.6rem;
            }
            .hero-content h2{
                font-size: 1.2rem;
            }
            
            .mainData h1 {
                margin: 0;
                padding: 0;
            font-size: 1.7rem;
            letter-spacing: 2px;
            
            padding-bottom: .8rem;
            }
            .mainData p{
                font-size: .8rem;
            }

.mainImage img{
    width: 80vw;
}


         }



.card-slider {
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
}

.card-slider .swiper-wrapper {
  display: flex;
}

.card-slider .swiper-slide {
  flex-shrink: 0;
  width: auto;
  display: flex;
  justify-content: center;
}


.sliderCard-section {
  max-width: 1200px;
  width: 95%;
  margin: auto;
}

.sliderCard-section h1 {
  padding: 1.5rem 0;
  font-size: 2.2rem;
}

.sliderCard-section span {
  font-size: 1.2rem;
  color: #edd05d;
  font-weight: 900;
}

.main2 {
    width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Swiper container */
.card-slider {
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
}

/* Swiper core */
.card-slider .swiper-wrapper {
  display: flex;
}

/* Each slide */
.card-slider .swiper-slide {
  display: flex;
  justify-content: center;
}

/* Card */
.card-item {
  width: 320px;   /* IMPORTANT */
  height: 520px;
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  text-align: center;
}


/* Image */
.card-image {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 40px;
}

/* Title */
.card-title {
  font-size: 24px;
  margin: 16px 0;
  color: #e3b600;
}
.card-item p{
    color: #000000;
}

/* Pagination */
.card-slider .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}

.card-slider .swiper-pagination-bullet-active {
  background: #e3b600;
  opacity: 1;
}

/* Navigation */
.card-slider .slider-button {
  color: #fff;
}

@media (max-width: 768px) {
  .card-slider .slider-button {
    display: none;
  }
}








/* gallery section  */


.gallery-section {
            /* padding: 4rem 2rem; */
             max-width: 1200px;
            width: 95%;
            margin: 1rem auto;
                font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        .gallery-header {
            margin-bottom: 3rem;
        }

        .gallery-title {
            font-size: 2.2rem;
            font-weight: bold;
            margin-bottom: 1rem;
            color: #ffffff;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
.gallery-title span{
      font-size: 1.2rem;
  color: #edd05d;
}
        .gallery-subtitle {
            font-size: 1.1rem;
            color: #cccccc;
            max-width: 600px;
            margin: 0 auto;
        }

        .gallery-grid {
            display: grid;
            gap: 1rem;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            grid-auto-rows: 250px;
        }

        .gallery-item {
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            cursor: pointer;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            background: #333;
        }

        .gallery-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .gallery-item:hover img {
            transform: scale(1.1);
        }

        .gallery-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, rgba(212, 175, 55, 0.8), rgba(0, 0, 0, 0.7));
            opacity: 0;
            transition: opacity 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .gallery-item:hover .gallery-overlay {
            opacity: 1;
        }

        .overlay-text {
            text-align: center;
            color: white;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* Special grid layouts for specific items */
        .gallery-item:nth-child(1) {
            grid-column: span 2;
            grid-row: span 2;
        }

        .gallery-item:nth-child(5) {
            grid-column: span 3;
            grid-row: span 2;
        }

        .gallery-item:nth-child(7) {
            grid-row: span 2;
        }

        /* Mobile Styles */
        @media (max-width: 768px) {
            .gallery-section {
                padding: 2rem 1rem;
            }

            .gallery-title {
                font-size: 2rem;
            }

            .gallery-grid {
                grid-template-columns: 1fr;
                gap: 0.8rem;
                grid-auto-rows: 220px;
            }

            /* Reset special layouts on mobile */
            .gallery-item:nth-child(1),
            .gallery-item:nth-child(5) {
                grid-column: span 1;
                grid-row: span 1;
            }

            .gallery-item:nth-child(7) {
                grid-row: span 1;
            }
        }

        /* Tablet Styles */
        @media (min-width: 769px) and (max-width: 1024px) {
            .gallery-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 1rem;
                grid-auto-rows: 240px;
            }

            .gallery-item:nth-child(1) {
                grid-column: span 2;
            }

            .gallery-item:nth-child(5) {
                grid-column: span 1;
                grid-row: span 1;
            }

            .gallery-item:nth-child(7) {
                grid-row: span 1;
            }
        }

        /* Large Desktop */
        @media (min-width: 1025px) {
            .gallery-grid {
                grid-template-columns: repeat(4, 1fr);
                grid-auto-rows: 280px;
            }
        }

        /* Extra Large Screens */
        @media (min-width: 1400px) {
            .gallery-grid {
                grid-template-columns: repeat(5, 1fr);
                gap: 1.2rem;
            }
        }

        /* Loading animation */
        .gallery-item img {
            animation: fadeIn 0.5s ease-in;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        /* Modal styles for fullscreen view */
        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.9);
            animation: modalFadeIn 0.3s;
        }

        .modal-content {
            display: block;
            margin: auto;
            max-width: 90%;
            max-height: 75%;
            margin-top: 5%;
        }

        .close {
            position: absolute;
            top: 20px;
            right: 35px;
            color: #f1f1f1;
            font-size: 40px;
            font-weight: bold;
            cursor: pointer;
        }

        .close:hover {
            color: #d4af37;
        }

        @keyframes modalFadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }



/* latest work section  */

 

.contain {
  max-width: 1200px;
  width: 95%;
  height: 80vh;
  padding: 1.5rem;
  margin: 2rem auto;
  display: flex;
  gap: 2rem;
  align-items: center;
  border-radius: 5px;
  position: relative;  box-shadow: 0 10px 50px -10px rgba(239, 238, 238, 0.25);
  
}

.contain-Data{
    width: 45%;
}
.contain-Data h1{
    font-size: 2.7rem;
    line-height: 3.8rem;
}
.contain-Data p{
    font-size: 1.3rem;

}

.slideshow {
    width: 60%;
    overflow: hidden;
	position: relative;
    border-radius: 10px;
	&:after {
		content: '';
		display: block;
		padding-bottom: calc((100% / 6) * 4);
	}
	&:hover a {
		opacity: 1;
	}
	a {
		opacity: 0;
		position: relative;
		text-decoration: none;
		transition: opacity 0.5s;
		&:after {
			border-color: #FFF #FFF transparent transparent;
			border-style: solid;
			border-width: 2px;
			color: #FFF;
			display: block;
			height: 10px;
			position: absolute;
			top: calc(50% - 5px);
			width: 10px;
		}
		&:first-child:after {
			content: '';
			left: 10px;
			transform: rotate(-135deg);
		}
		&:nth-child(2):after {
			content: '';
			right: 10px;
			transform: rotate(45deg);
		}
	}
	.slide {
		background-color: #FFF;
		box-sizing: border-box;
		display: none;
        border-radius: 10px;
		height: 100%;
		position: absolute;
		width: 100%;
		&:first-child,
		&:target {
			display: block;
		}
		a {
			display: block;
			height: 100%;
			position: absolute;
			width: 50%;
			&:nth-child(2) {
				left: 50%;
			}
		}
		img {
      border-radius: 5px;
			width: 100%;
		}
	}
}


a:target {
	color: red;
}



@media (max-width: 992px) {
  .contain {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
    height: 100vh;
  }

  .contain-Data,
  .slideshow {
    width: 100%;
  }

  .contain-Data h1 {
    font-size: 2.2rem; 
  }

  .contain-Data p {
    font-size: 1.1rem; 
  }
}

@media(max-width:480px){
    .contain{
        height: 150vh;
    }
}




/* latest work section  */



.content{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.hero-btn{
    width: fit-content;
}

.portfolio-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  height: 80vh;
  gap: 2rem;
}


.content h1 {
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.2;
  
            animation: slideInLeft 1s ease-out;
}

.content p {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-bottom: 1rem;
  
            animation: slideInRight 1s ease-out;
}

 @keyframes slideInLeft {
            from {
                opacity: 0;
                transform: translateX(-100px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes slideInRight {
            from {
                opacity: 0;
                transform: translateX(100px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

/* ---------------- MEDIA QUERIES ---------------- */

/* Tablet */
@media (max-width: 992px) {
  .portfolio-container {
    flex-direction: column;
    text-align: center;
    height: auto;
    padding: 2rem 0;
  }

  .content {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .content h1 {
    font-size: 3rem;
  }

  .content p {
    font-size: 1rem;
    max-width: 600px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .content h1 {
    font-size: 2.2rem;
    line-height: 1.3;
  }

  .content p {
    font-size: 0.95rem;
    padding: 0 1rem 1rem;
  }

  .hero-btn {
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
  }
}


        .folio-card {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 40px;
            padding: 20px;
            padding-bottom: 6rem;
        }

        .folio1 {
            background: linear-gradient(145deg, #7f7e7e 0%, #e9e0ad 100%);
            border-radius: 15px;
            padding: 20px;
            padding-top: 0;
            position: relative;
            overflow: hidden;
            transition: all 0.4s ease;
            cursor: pointer;
            height: 500px;
            display: flex;
            flex-direction: column;
            border: 1px solid rgb(212, 211, 211);
            animation: slideInLeft 1s ease-out;
        }

        .folio1:hover {
            transform: translateY(-15px) scale(1.02);
            box-shadow: 
                0 0px 30px rgba(0, 0, 0, 0.4),
                0 0 30px rgba(244, 162, 97, 0.3);
        }

        .folio1::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
            pointer-events: none;
            z-index: 1;
        }

    

        .fimage {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            z-index: 2;
            margin: 20px 0;
            border-radius: 15px;
            overflow: hidden;
            background: rgba(0, 0, 0, 0.1);
        }

        .fimage img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 15px;
            transition: all 0.4s ease;
            min-height: 300px;
        }

        .fimage img:hover {
            transform: scale(1.05);
        }



        .fData {
            padding: 30px 0 20px 0;
            text-align: center;
            position: relative;
            z-index: 2;
        }

        .fData h2 {
            color: #1a1a1a;
            font-size: 2.2rem;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 20px;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .fData .btn {
            background: #1a1a1a;
            color: #ffffff;
            padding: 10px 20px;
            border: none;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        }

        .fData .btn:hover {
            background: #000000;
            transform: translateY(-3px);
            box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
        }

        /* Additional card variations */
        .folio1.traditional {
            background: linear-gradient(145deg, #7f7e7e 0%, #c7bd81 100%);
        }

        .folio1.geometric {
            background: linear-gradient(145deg, #7f7e7e 0%, #c7bd81 100%);
        }

        .folio1.realistic {
            background: linear-gradient(145deg, #7f7e7e 0%, #c7bd81 100%);
        }

        .folio1.blackwork {
            background: linear-gradient(145deg, #7f7e7e 0%, #c7bd81 100%);
        }

        .folio1.colorful {
            background: linear-gradient(145deg, #7f7e7e 0%, #c7bd81 100%);
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .folio-card {
                grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
                gap: 30px;
            }
        }

        @media (max-width: 768px) {
            .folio-card {
                grid-template-columns: 1fr;
                gap: 25px;
                padding: 15px;
            }

            .folio1 {
                height: 550px;
                padding: 15px;
            }

            .fData h2 {
                font-size: 1.8rem;
            }

            body {
                padding: 20px 10px;
            }
            
        }

        @media (max-width: 480px) {
            .folio1 {
                height: 500px;
            }

            .fData h2 {
                font-size: 1.5rem;
                letter-spacing: 1px;
            }

            .fData .btn {
                padding: 12px 25px;
                font-size: 12px;
            }
        }


        





/* .testimonial section  */

.testimonials
{
    max-width: 1200px;
    margin: 0 auto;
    width: 95%;
    padding: 40px 0;
    color: #fffdfd;
    text-align: center; animation: fadeIn 1s ease-in;
    }

    @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }


.testimonial-inner
{
    
  overflow: hidden;
}
.testimonial-inner h1{
    font-size: 2.2rem;
    text-align: start;
}
.border
{
  width: 160px;
  height: 5px;
  background: #edd05d;
  margin-bottom: 2rem;
}

.row
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.col
{
  flex: 33.33%;
  max-width: 33.33%;
  box-sizing:  border-box;
  padding: 15px;
}

.testimonial
{
  transition: all 0.3s ease;
    min-height: 60vh;
  background: linear-gradient(145deg, #3a3a3a, #4a4a4a);  padding: 30px;
  border-radius: 10px;
}
.testimonial::before {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background: linear-gradient(45deg, #edd05d, transparent, #edd05d);
            border-radius: 20px;
            opacity: 0;
            z-index: -1;
            transition: opacity 0.3s ease;
        }

        .testimonial:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(237, 208, 93, 0.2);
        }
 .testimonial:hover::before {
            opacity: 0.3;
        }

.testimonial img
{
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.name
{
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0;
}
.testimonial p{
    letter-spacing: 1px;
}
.stars
{
  color: #edd05d;
  margin-bottom: 20px;
}

.testimonial:hover img {
            transform: scale(1.1) rotate(5deg);
        }

.col {
            animation: slideUp 0.6s ease-out forwards;
            opacity: 0;
        }

        .col:nth-child(1) {
            animation-delay: 0.2s;
        }

        .col:nth-child(2) {
            animation-delay: 0.4s;
        }

        .col:nth-child(3) {
            animation-delay: 0.6s;
        }

        @keyframes slideUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
            from {
                opacity: 0;
                transform: translateY(30px);
            }
        }

@media screen and (max-width: 960px)
{
  .col
  {
    flex: 100%;
    max-width: 80%;
  }
}

@media screen and (max-width: 480px)
{
  
    .testimonial{
        padding: 7px;
    }

}



















 /* Loading Screen */
  .loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #000000, #000000);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease, visibility 1s ease; 
  }

  .loading-screen.fade-out {
    opacity: 0;
    visibility: hidden;
  }

  .loader {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-left: 4px solid #fdd937;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 2rem;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .loading-text {
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    animation: pulse 1.5s ease-in-out infinite;
  } 

  @keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
  }

  .school-logo-loader {

    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    animation: bounce 1s ease-in-out infinite;
  }

  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-20px); }
    60% { transform: translateY(-10px); }
  } 









  
        /* Scroll animations */
        .fade-in {
            opacity: 0;
            transform: translateY(100px);
            transition: all 0.6s ease;
        }

        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }















        