 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     text-decoration: none;
     outline: none;
     scroll-behavior: smooth;
     font-family: 'poppins', sans-serif;
 }


 html {
     font-size: 62.5%;
     overflow-x: hidden;
 }

 body {
     background: #f7f8fc;
     color: black;
     
 }

 section {
     min-height: 100vh;
     padding: 10rem 9% 2rem;
 }

 .header {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     padding: 2rem 5%;
     background: #f7f8fc;
     display: flex;
     justify-content: space-between;
     align-items: center;
     z-index: 100;
 }

 .header.sticky {
     border-bottom: .1rem solid rgba(0, 0, 0, .2);
 }

 .logo {
     font-size: 2.5rem;
     color: black;
     font-weight: 600;
     cursor: default;
 }

 .logo span {
     color: #4454bb;
 }

 .navbar a {
     font-size: 1.7rem;
     color: black;
     margin-left: 4rem;
     font-weight: 400;
 }

 .navbar a:hover,
 .navbar .active {
     color: #4454bb;
     transition: 0.11s ease-in-out;
 }

 #menu-icon {
     font-size: 3.6rem;
     color: black;
     display: none;
 }

 #x-icon {
     font-size: 3.6rem;
     color: black;
     display: none;
 }

 .home {
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 10rem 5% 2rem;
 }


 .blur {
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: rgba(238, 210, 255, 0.8); /* Adjust the alpha (fourth value) for transparency */
    border-radius: 50%;
    z-index: -1;
    top: -2%;
    left: 50%;
    /* transform: translateX(-50%); */
    filter: blur(72px);
}


.blur2{
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: rgba(193, 245, 255, 0.8);
    border-radius: 50%;
    z-index: -1;
    top: 50%;
    right: 50%;
    filter: blur(72px);
}


 .home-img img {
     width: 30vw;
     animation: floatImage 4s ease-in-out infinite;
 }

 @keyframes floatImage {
     0% {
         transform: translateY(0)
     }
     50% {
         transform: translateY(-2.4rem)
     }
     100% {
         transform: translateY(0)
     }
 }

 .home-content h3 {
     font-size: 3.2rem;
     font-weight: 700;
 }

 span {
     color: #4454bb;
 }

 .home-content h1 {
     font-size: 4.6rem;
     font-weight: 700;
     line-height: 1.1;
 }

 .home-content p {
    font-size: 1.9rem;
    margin-top: 10px;
    margin-bottom: 10px;
 }

 .social-media a {
     display: inline-flex;
     justify-content: center;
     align-items: center;
     width: 4rem;
     height: 4rem;
     margin-right: 10px;
     background: transparent;
     border: .2rem solid #4454bb;
     border-radius: 50%;
     font-size: 2rem;
     background: #4454bb;
     color: #f8f4ff;
     box-shadow: 0 0 1rem #4454bb;
 
    
 }
    

 .about {
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 10rem 5% 2rem;
     gap: 1rem;
     background: #fdfcfa;
     margin-top: 0rem;
 }

 .about-img img {
     width: 25vw;
 }

 .heading {
     text-align: center;
     font-size: 4.5rem;
 }

 
 .about-section {
    max-width: 600px;
    margin: 0 ;
    display: flex;
    flex-direction: column;}

  .about-section .heading {
    cursor: pointer;
    padding: 10px;
    font-size: 3.2rem;
    color: white;
    margin-bottom: 5px;
    background-color: #4454bb;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: background-color 0.3s ease;
  }

  .about-blur{
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: rgba(238, 210, 255, 0,8);
    border-radius: 50%;
    margin-left: 10px;
    z-index: -1;
    top: -2%;
    left: 50%;
    transform: translateX(-50%);
    filter: blur(60px);

  }


  .content {
    display: none;
    transition: opacity 0.3s ease;
  }

  .about-section .heading:hover {
    background-color: #4454bb;
    color: #fff;
  }

  .heading:hover + .content,
  .content:hover {
    display: block;
    opacity: 1;
  }

 .about-content h2 {
     text-align: left;
     font-size: 3.8rem;
     line-height: 1.2;
 }

 /* for section */

 .about-content h1 {
    text-align: left;
    font-size: 3.8rem;
    line-height: 1.2;
}


 .about-content h3 {
     font-size: 2.2rem
 }

 .about-content p {
     font-size: 1.8rem;
     margin: 1.5rem 0 3rem;
 }

 .accordion-heading {
    background-color: #4454bb;
    padding: 25px;
    font-size: 1.9rem;
    color: white;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 10px;
}

.accordion-heading.active {
    background-color: #5969d4;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

 .services-heading {
    text-align: center;
    font-size: 4.1rem;
    margin-top: 25px;
    margin-bottom: 50px;
}


.myservices {
    text-align: center;
    padding: 7rem 0% 4rem; /* Adjust the padding as needed */
   
}




.flip-card, .flip-card-click {
    display: inline-block;
    background-color: transparent;
    width: 450px;
    height: 450px;
    margin-right: 16px;
    margin-top: 5px;
    margin-bottom: 12px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner,
.flip-card:focus-within .flip-card-inner,
.flip-card:active .flip-card-inner,
.flip-card-click:focus .flip-card-inner,
.flip-card-click:active .flip-card-inner,
.flip-card-click.flipped .flip-card-inner {
    transform: rotateY(180deg);
}



.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

.flip-card-front h2 {
    color: white;
    font-size: 16pt;
    font-weight: 500;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flip-card-front .leaf-icon {
    color: white;
    font-size: 28px;
    margin-right: 5px;
}

.flip-card-front .anchor-icon{

    color: white;
    font-size: 28px;
    margin-right: 5px;

}

.flip-card-front .comment-icon{
    
    color: white;
    font-size: 28px;
    margin-right: 5px;

}

.flip-card-front .know-more {
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    text-decoration: underline;
    margin-top: 3px;
}


.flip-card-back p {
    color: #fff;
    text-align: left;
    padding: 15px;
    font-size: 14px;
    font-weight: normal;
    box-sizing: border-box;
}


.flip-card-back .leaf-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 70px;
    color: rgba(255, 255, 255, 0.5);
}

.flip-card-back .anchor-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 70px;
    color: rgba(255, 255, 255, 0.5);
}

.flip-card-back .comment-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 70px;
    color: rgba(255, 255, 255, 0.5);
}


.flip-card-front {
    background-color: #4454bb;
    border-radius: 20px;
}

.flip-card-back {
    background-color: #4454bb;
    transform: rotateY(180deg);
    border-radius: 20px;
}

 .achievements {
     background-color: #fdfcfa;   
      /* #f7f8fc */
     padding: 7rem 5% 1rem;
     margin-top: -1rem;
     margin-bottom: 35px

 }

 .achievements h2 {
     margin-bottom: 4rem;
     margin-top: 0rem;
 }
/* for section */
 .achievements h1 {
    margin-bottom: 4rem;
    margin-top: 5rem;
}

 .achievements-container {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));
     grid-gap: 2rem;
     overflow-x: hidden;
     margin-top: 50px;
     gap: 2.8rem;
 }

 .achievements-container .achievements-box {
     position: relative;
     border-radius: 2rem;
     box-shadow: 0 0 1rem #d3d2db;
     overflow: hidden;
     display: flex;
     color: white;
     line-height: 3rem;
 }

 .achievements-box p {
     font-size: 1.5rem;
     line-height: 1.9rem;
     justify-content: center;
 }

 .achievements-box img {
     width: 100%;
     transition: .5s ease;
 }

 .achievements-box:hover img {
     transform: scale(1.1);
 }

 .achievements-box .achievements-layer {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(rgba(0, 0, 0, .1), #4454bb);
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     text-align: center;
     padding: 0 4rem;
     transform: translateY(100%);
     transition: .5s ease;
 }

 .achievements-box:hover .achievements-layer {
     transform: translateY(0);
 }

 .achievements-layer h4 {
     font-size: 3rem;
 }

 .achievements-layer p {
     font-size: 1.6rem;
     margin: .3rem 0 1rem;
     font-weight: 500;
 }

 .reviews {
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
    height: 50vh;
    font-size: 3.0rem;
    background-color: #f7f8fc;
    
    
 }

 .wrapper {
    margin: 0 auto;
	max-width: 1100px;
	width: 100%;
	position: relative;
   
    
    
}



.wrapper i {
	top: 50%;
	height: 50px;
	width: 50px;
	cursor: pointer;
	font-size: 1.25rem;
	position: absolute;
	text-align: center;
	line-height: 50px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
	transform: translateY(-50%);
	transition: transform 0.1s linear;
}
.wrapper i:active {
	transform: translateY(-50%) scale(0.85);
}
.wrapper i:first-child {
	left: -50px;
}
.wrapper i:last-child {
	right: -50px;
}


.wrapper .carousel {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% / 3) - 12px);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	gap: 16px;
    margin-top: px;
	border-radius: 8px;
	scroll-behavior: smooth;
	scrollbar-width: none;}
    
    


 

.carousel::-webkit-scrollbar {
	display: none;
}
.carousel.no-transition {
	scroll-behavior: auto;
}
.carousel.dragging {
	scroll-snap-type: none;
	scroll-behavior: auto;
}
.carousel.dragging .card {
	cursor: grab;
	user-select: none;
}
.carousel :where(.card, .img) {
	display: flex;
	justify-content: center;
	align-items: center;
}
.carousel .card {
	scroll-snap-align: start;
    list-style: none;
    margin-top: 60px;
    background: #fff;
    cursor: pointer;
    padding-bottom: 20px;
    flex-direction: column;
    border-radius: 10px;
}


.card .img img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
    margin-bottom: -18px;
	object-fit: cover;
	border: 20px solid #fff;
}
.carousel .card p {
	font-weight: 450;
    margin-top: 0px;
    font-size: 1.56rem;
    padding: 25px;
}
   
    

.carousel .card span {
	color: #6a6d78;
	font-size: 1.8rem;
}
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active-dot {
    background-color: #4454bb;
}


.contact-container{
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;

   
    
}


.contact-left{
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    align-items: start;
    gap: 20px;
}

.contact-left-title h2 {
    font-size: 3.5rem;
    margin-bottom: 5px;
}

/* for section */
.contact-left-title h1 {
    font-size: 3.5rem;
}

.contact-left-title hr {
    border: none;
    width: 120px;
    height: 5px;
    background-color: #4454bb;
    border-radius: 10px;
    margin-bottom: 20px;
}

.contact-inputs{
    width: 400px;
    height: 50px;
    border: none;
    outline: none;
    background-color: #707dd4;
    padding-left: 25px;
    font-size: 1.4rem;
    color: #fff;
    border-radius: 50px;

}

.contact-left textarea{
    height: 140px;
    padding-top: 15px;
    border-radius: 20px;
}

.contact-inputs:focus{
    border: 2px solid #4454bb
}

.contact-inputs::placeholder{
    color: #fff;
}

.contact-left button{
    display: flex;
    align-items: center;
    padding: 15px 30px;
    color: #fff;
    gap: 10px;
    border: none;
    border-radius: 50px;
    background: #707dd4;
    cursor: pointer;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 12em;
  }
  
  details {
      font-size: 2rem;
      margin: 0 auto;
      width: 100%;
      background: #F6FAFF;
      border-radius: 0.5rem;
      position: relative;
      max-width: 600px;
    border: 1px solid #C3DEFF;
    transition: all 0.3s ease-in-out;
  }
  
  details:hover {
    border: 1px solid #A4A1FF;
  }
  
  
  summary {
    user-select: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 2rem;
    display: flex;
    list-style: none;
    padding: 1rem;
    align-items: center;
  }
  
  summary:hover .faq-title {
    opacity: 1;
  }
  
  summary::-webkit-details-marker {
    display: none;
  }
  
  summary:focus {
    outline: none;
  }
  
  summary:hover .expand-icon {
    opacity: 1;
  }
  
  .faq-title {
    color: #1C2035;
    width: 90%;
    opacity: 0.65;
    transition: all 250ms ease-in-out;
  }
  
  .faq-content {
    color: #303651;
    padding: 0.2rem 1rem 1rem 1rem;
    font-weight: 300;
    font-size: 2rem;
    line-height: 1.5;
  }
  
  .expand-icon {
    opacity: 0.65;
  }
  
  .expand-icon {
    pointer-events: none;
    position: absolute;
    right: 1rem;
    transition: all 150ms ease-out;
  }
  

 
  .footer {
     display: flex;
     justify-content: space-between;
     align-items: center;
     flex-wrap: wrap;
     padding: 1.3rem 5%;
     background: #fff;
 }

 .footer-text {
     font-size: 1.6rem;
     
 }



 .footer-iconTop a {
     display: inline-flex;
     justify-content: center;
     align-items: center;
     padding: .8rem;
     margin-left: 2rem;
     color: white;
     background: #4454bb;
     border-radius: .8rem;
     transition: .5s ease;
 }

 .footer-iconTop a:hover {
     box-shadow: 0 0 1rem #4454bb;
 }

 .footer-iconTop a i {
     font-size: 2.4rem;
 } 

 /* ============ breakpoints============== */

 @media (max-width: 1200px) {

    #menu-icon {
        display: block;
    }
    .navbar {
       position: fixed;
       top: 60px;
       left: 0;
       width: 100%;
       padding: 1rem 3%;
       background: rgba(242, 240, 254, 0.9); /* Semi-transparent background color */
       backdrop-filter: blur(10px); /* Background blur effect */
       box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .2);
       display: none; /* Initially hide the navbar */
   }
   
   .navbar.active {
       display: block; /* Show the navbar when the menu icon is clicked */
   }
   
   .navbar a {
       display: block;
       font-size: 2rem;
       margin: 3rem 0;
    }

    .myservices {
        text-align: center;
        padding: 7rem 5% 4rem; /* Adjust the padding as needed */
    }
    
     .card-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 20px; }
    
    
    .flip-card {
        display: inline-block;
        background-color: transparent;
        width: 100%; /* Adjust the width as needed */
        max-width: 460px; /* Set a maximum width if desired */
        height: 460px;
        margin-bottom: 12px;
        border: 1px solid #f1f1f1;
        perspective: 1000px;
    }


     html {
         font-size: 55%;

         
     }
 }


 @media screen and (max-width: 900px) {
	.wrapper .carousel {
		grid-auto-columns: calc((100% / 2) - 9px);
	}

    .wrapper{
        display: block;
    }
  
    
}




@media screen and (max-width: 600px) {
	.wrapper .carousel {
		grid-auto-columns: 100%;
	}
}

@media (max-width: 800px) {
    .contact-inputs{
        width: 80vw;

    }

    .contact-container{
        height: 60vh;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0px;
    }
    
   
}



 @media (max-width: 991px) {
     .header {
         padding: 2rem 3%
     }
     section {
         padding: 10rem 3% 2rem;
     }
     .footer {
         padding: 2rem 3%;
     }
 }

 @media (max-width: 768px) {
     #menu-icon {
         display: block;
     }
     .navbar {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        padding: 1rem 3%;
        background: rgba(242, 240, 254, 0.9); /* Semi-transparent background color */
        backdrop-filter: blur(10px); /* Background blur effect */
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .2);
        display: none; /* Initially hide the navbar */
    }
    
    .navbar.active {
        display: block; /* Show the navbar when the menu icon is clicked */
    }
    
    .navbar a {
        display: block;
        font-size: 2rem;
        margin: 3rem 0;
     }
     .home {
         flex-direction: column;
     }
     .home-content h3 {
         font-size: 2.6rem;
     }
     .home-content h1 {
         font-size: 5rem;
     }
     .home-img img {
         width: 60vw;
         margin-top: .3rem;
     }
     .about {
         flex-direction: column-reverse;
     }
     .about img {
         width: 50vw;
         margin-top: .3rem;
     }


     .myservices {
        text-align: center;
        padding: 7rem 5% 4rem; /* Adjust the padding as needed */
    }
    
    .card-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 20px;
    }
    
    .flip-card {
        display: inline-block;
        background-color: transparent;
        width: 100%; /* Adjust the width as needed */
        max-width: 460px; /* Set a maximum width if desired */
        height: 460px;
        margin-bottom: 12px;
        border: 1px solid #f1f1f1;
        perspective: 1000px;
    }

    .flip-card-back p {
    color: #fff;
    text-align: left;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    line-height: 20px;
    font-size: 12.5px;
    font-weight: normal;
    box-sizing: border-box;
    }
    

  

     .achievements {
         padding-bottom: 7rem;
     }
     .footer {
         padding: 2rem 3%;
     }

     .contact-inputs{
        width: 80vw;

    }

    .contact-inputs{
        width: 80vw;

    }

    .contact-container{
        height: 60vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
 }

  
    
   


 @media (max-width: 617px) {
     .achievements-container {
         grid-template-columns: repeat(2, 1fr);
         font-size: 3.5rem;
     }
 }

 @media (max-width: 544px){
    .myservices {
        text-align: center;
        padding: 7rem 0% 4rem;
        margin-left: 14px;
    }
    
    .card-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 20px;
    }
    
    .flip-card {
        display: inline-block;
        background-color: transparent;
        width: 100%; /* Adjust the width as needed */
        max-width: 460px; /* Set a maximum width if desired */
        height: 460px;
        margin-bottom: 12px;
        border: 1px solid #f1f1f1;
        perspective: 1000px;
    }
    
 }

 

 @media (max-width: 450px) {
     html {
         font-size: 50%;
     }
 }

 @media (max-width: 960px) {
     .col {
         flex: 100%;
         max-width: 80%;
     }
 }

 @media (max-width: 600px) {
     .col {
         flex: 100%;
         max-width: 100%;
     }
 }

 @media (max-width: 320px) {
     .col {
         flex: 100%;
         max-width: 100%;
     }
 }

 @media (max-width: 365px) {
     .home-img img {
         width: 90vw;
     }
     .achievements-layer h4 {
         font-size: 1.5rem;
         line-height: 1.6rem;
     }
     .achievements-layer p {
         font-size: 1.4rem;
         margin: .3rem 0;
         font-weight: 550;
         text-align: center;
     }
     .footer {
         flex-direction: column-reverse;
     }
     .footer p {
         text-align: center;
         margin-top: 2rem;
     }

     .contact-inputs{
        width: 80vw;

    }

    .contact-container{
        height: 60vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
 }

 @media (max-width: 507px) {
     .footer {
         flex-direction: column-reverse;
     }
     .footer p {
         text-align: center;
         margin-top: 2rem;
     }
 }