@media (max-width: 768px) {
    html, body {
        overflow-x: hidden;
    }

    .m-top4{
        margin-top: 0rem;
    }
	
	.m-top-mobile{
		margin-top: 2rem;
	}

    .m-top2{
        margin-top: 0.4rem;
    }

    .fsize1 {
        font-size: x-large;
    }
    
    .fsize2 {
        font-size: large;
    }
    
    .fsize3 {
        font-size: small;
    }
    
    .fsize4 {
        font-size: medium;
    }
    
    .fsize5 {
        font-size: smaller;
    }
    
    .fsize6 {
        font-size: 0.8rem;
    }
    
    .fsize7 {
        font-size: 0.6rem;
    }

	.fsize8 {
    	font-size: medium;
	}

	.fsize9 {
    	font-size: medium;
	}

	.fsize10 {
    	font-size: small;
	}

	.fsize11 {
    	font-size: medium;
	}

    .text-overlay {
        position: absolute;  
        top: 70px;
        left: 63px;
        width: 65%;
        height: 100%;
        z-index: 2; 
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        pointer-events: none;
    }

      .text-overlay2 {
        position: absolute;  
        top: 76px;
        left: 35px;
        width: 79%;
        height: 100%;
        z-index: 2; 
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        pointer-events: none;
      }

    .circle{
        width: 200%;
      }

    .margin-1{
        margin: 3rem 0rem 0rem -4rem;
    }

    .margin-2{
        margin: 3rem 0rem 0rem 1rem;
    }

    .card-custome3{
        padding: 1rem;
        background-color: #fff;
        border-radius: 0%;
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    }

 .carousel-container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        width: 100%;
    }

    .img-center {
        width: 85%;
        transition: transform 0.5s ease-in-out;
    }

    .img-side {
        width: 45%;
        opacity: 0.6;
        transition: transform 0.5s ease-in-out;
    }
	
	.img-2{
    	width: 70%;
	}

	.img-3{
    	width: 150%;
	}

    .card-custome4{
        border-radius: 20px;
        background: white;
        padding: 40px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }

    .btn-w{
        width: 50%;
        height: auto;
    }
    .btn-w2{
        width: 70%;
        height: auto;
    }
  }
  