

 #popupForm  .card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);

    width: 100%;
    height: auto;
}

    /* Left Image Slider */
   #popupForm  .carousel-item img {
      height: 100%;
      object-fit: cover;
    }
#popupForm .switch-box {
    position: fixed;
    bottom: 15px;
    right: 120px;
    z-index: 9999;
    display: none;
}
   #popupForm  .carousel-caption {
      background: rgba(255, 255, 255, 0.85);
      border-radius: 10px;
      padding: 15px;
      color: #133c2c;
    }

    #popupForm .carousel-caption h5 {
      font-weight: 700;
    }

    /* Right Form */
    #popupForm .form-section {
      background: #3dbb98;
      color: white;
      padding: 3rem;
    }

   #popupForm  .form-section h2 {
      font-size: 1.4rem;
      margin-bottom: 30px;
    }

   #popupForm  .form-control,
   #popupForm  .form-select {
      border-radius: 10px;
      padding: 12px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    #popupForm .btn-submit {
      background: white;
      color: #3dbb98;
      border: none;
      border-radius: 10px;
      padding: 12px;
      font-weight: 600;
      transition: 0.3s;
    }

    #popupForm .btn-submit:hover {
      background: #f3fdf8;
    }

    @media (max-width: 768px) {
     #popupForm  .row {
        flex-direction: column;
      }
      #popupForm .carousel,
     #popupForm  .form-section {
        width: 100%;
      }
    }
	
	
	
	#popupForm .pformsub{
		background:transparent; 
		padding:0px; 
		width:1200px; 
		margin:15px auto; 
		border-radius:10px;
		position:relative;
		
	}
	
	@media (max-width: 978px) {
	
	
#popupForm .pformsub{
		background:transparent; 
		padding:0px; 
		width:100%; 
		margin:15px auto; 
		border-radius:10px;
		position:relative;
		
	}
}


@media (max-width: 768px) {
#popupForm .pformsub{
		background:transparent; 
		padding:0 25px; 
		width:100%; 
		margin:15px auto; 
		border-radius:10px;
		position:relative;
		
	}
		#popupForm #coachCarousel {
    display: none;
}
}


@media (max-width: 486px) {
	
#popupForm .pformsub{
		background:transparent; 
		padding:0 15px; 
		width:100%; 
		margin:15px auto; 
		border-radius:10px;
		position:relative;
		
	}
	
	#popupForm #coachCarousel {
    display: none;
}
}
