*{
	margin : 0;
	padding : 0;
	box-sizing : border-box;
}

 
 #about-us{

	width: 100%;
	height: 100%;
	background: transparent;

	} 


  #about-us h2{

	   color: orange;
	   font-family: sans-serif;
	   text-shadow : 2px 3px 2px black;
	   letter-spacing: 1px;
        background: #fff;
        width: 25%;
        border-radius: 15px;
        text-align : center;
	  }

   

#about-us p{

	     font-size: 19px;
	     font-family: sans-serif;
	     word-spacing: 3px;
	     letter-spacing: 1px;
	     padding : 20px 0;
	  }


   #vision-content{

   	         width: 100%;
	         height: 100%;
	         background: transparent;
	         
         }


    #vision-content h2{

    	   color: orange;
	   font-family: sans-serif;
	   text-shadow : 2px 3px 2px black;
	   letter-spacing: 1px;
        background: #fff;
        width: 25%;
        border-radius: 15px;
        text-align : center; 
	 }
	 

  #vision-content p{

    	 font-size: 19px;
	     font-family: sans-serif;
	     word-spacing: 3px;
	     letter-spacing: 1px;
	     padding : 20px 0;

	    }
	 

	 #Mission{
	 	width: 100%;
	     height: 100%;
	     background: transparent;

	  }


  #Mission h2{
        color: orange;
	   font-family: sans-serif;
	   text-shadow : 2px 3px 2px black;
	   letter-spacing: 1px;
        background: #fff;
        width: 25%;
        border-radius: 15px;
        text-align : center;
    	 
	    }


	 #Mission p{

    	 font-size: 19px;
	     font-family: sans-serif;
	     word-spacing: 3px;
	     letter-spacing: 1px;
	     padding : 20px 0;

	    }


    /* Partner section */

	 #Partners{
	 	 width: 100%;
	     height: 100%;
	     background: transparent;

	  }


      #Partners h2{

    	     color: red;
	     font-family: sans-serif;
	     text-shadow : 2px 2px 1px black;
	     letter-spacing: 1px;
	     background: white;
          width: 25%;
          border-radius: 15px;
          text-align : center; 

	    }

    #business-partner{
         
         list-style: square;
         padding : 30px;
       }


   #Partners p{

         font-size : 20px;
         font-family: sans-serif;
	     word-spacing: 3px;
	     letter-spacing: 1px;
          padding :10px 0;
     }

     #business-partner li a{
         
         text-decoration: none;
         color : white;
         font-size : 20px;
       }

     #business-partner li{

     	       color: green;
     	       font-size: 25px;
          }

      #Terms{
	 	width: 100%;
	     height: 100%;
	     background: transparent;

	   }

	   #Terms h2{
            width : 25%;
            background : #fff;
            border-radius : 15px;
            color : blue;
	   	  font-family: sans-serif;
	   	  text-shadow : 1px 0px #000000;
	   }

	   #Terms p{
          padding: 10px;
	   	font-size : 20px;
	   	font-family: sans-serif;
	   }

	   #Terms ol li{
              padding: 10px;
	   	    font-family: sans-serif;
	   	    font-size: 20px;
	   	    margin-left: 10px;
	   }


	   /* Legal - Section */ 

	   #legal{
            
            width : 100%;
            height : 100%;
            background :transparent; 

	   }

	   #legal h2{ 

            color : blue; 
            text-shadow : 1px 0px #000000;
            background : #fff; 
            width : 25%;
            text-align : center;
            border-radius : 15px; 
	   }

	   #legal ol li{ 
               padding : 10px 10px;
               font-size : 18px; 
               font-family : sans-serif; 
               margin: 10px 10px; 
                
	       }

	 /* Privacy & Policy section */

	 #privacy{
            
            width : 100%;
            height : 100%;
            background :transparent; 

	   }

	   #privacy h2{ 

            color : blue; 
            text-shadow : 1px 0px #000000;
            background : #fff; 
            width : 25%;
            text-align : center;
            border-radius : 15px; 
	   }


	 #privacy p{ 
         
          margin : 10px;
          font-size : 18px; 
          font-family : sans-serif; 
       
        }


   /* Contact-Form CSS */ 

    /* Contact-Us & Form - CORRECTED VERSION */

#contact-us {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    background: transparent;
    padding: 20px;
}

#contact-us h2 {
    color: blue;
    text-shadow: 1px 0px #000000;
    background: #fff;
    width: 25%;
    text-align: center;
    border-radius:25px;
    padding: 3px;
}

.address-form {
    width: 100%;
    height: auto;
    background: transparent;
    margin: 50px 0px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.contact-address {
    width: 40%;
    height: auto;
    height: 350px;
    background: #111;
    padding: 20px;
    border : 1px solid blue; 
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
   
}

.contact-address p{

        margin : 10px;
        font-size : 19px;
         font-family : sans-serif; 

         }

.contact-form {
    width: 50%;
    height: auto;
    background: #fff0f5; 
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    margin-left : auto; 
}

/* Form elements styling */
.contact-form h3{
    text-align: center;
    margin-bottom: 20px;
    color: #333;
    background: transparent;
    width: 100%;
    text-shadow: none;
}

.contact-form label {
    font-weight: bold;
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #555;
}

.contact-form input, 
.contact-form select, 
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    box-sizing: border-box;
}

.contact-form textarea {
    resize: vertical;
    height: 100px;
}

.contact-form button {
    margin-top: 20px;
    background: #007bff;
    color: white;
    border: none;
    padding: 12px;
    width: 100%;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.contact-form button:hover {
    background: #0056b3;
}

.contact-form button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

#responseMessage {
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
    padding: 10px;
}



   /* MAKING RESPONSIVE */

   /* =========================================
   RESPONSIVE DESIGN FOR ABOUT MENU PAGES
========================================= */


/* ---------- Tablet Devices ---------- */

@media screen and (max-width: 992px){

    /* Common Heading Design */

    #about-us h2,
    #vision-content h2,
    #Mission h2,
    #Partners h2,
    #Terms h2,
    #legal h2,
    #privacy h2,
    #contact-us h2{

        width: 50%;
        font-size: 28px;
        padding: 8px;
        margin: auto;
    }

    /* Paragraphs */

    #about-us p,
    #vision-content p,
    #Mission p,
    #Partners p,
    #Terms p,
    #privacy p{

        font-size: 18px;
        line-height: 1.8;
        padding: 15px 10px;
    }

    #Terms ol li,
    #legal ol li{

        font-size: 18px;
        line-height: 1.7;
    }

    /* Partner List */

    #business-partner{
        padding: 20px;
    }

    #business-partner li{
        font-size: 22px;
    }

    #business-partner li a{
        font-size: 18px;
    }

    /* Contact Form */

    .address-form{
        flex-direction: column;
        gap: 30px;
    }

    .contact-address{
        width: 100%;
        height: auto;
    }

    .contact-form{
        width: 100%;
        margin-left: 0;
    }

}


/* ---------- Mobile Devices ---------- */

@media screen and (max-width: 768px){

    /* Section Headings */

    #about-us h2,
    #vision-content h2,
    #Mission h2,
    #Partners h2,
    #Terms h2,
    #legal h2,
    #privacy h2,
    #contact-us h2{

        width: 70%;
        font-size: 24px;
        padding: 8px;
        margin: auto;
        text-align: center;
    }

    /* Text Content */

    #about-us p,
    #vision-content p,
    #Mission p,
    #Partners p,
    #Terms p,
    #privacy p{

        font-size: 16px;
        line-height: 1.8;
        word-spacing: 1px;
        letter-spacing: 0.5px;
        padding: 12px 8px;
    }

    /* Ordered Lists */

    #Terms ol li,
    #legal ol li{

        font-size: 16px;
        line-height: 1.7;
        margin-left: 15px;
        padding: 8px;
    }

    /* Partner List */

    #business-partner{
        padding: 15px;
    }

    #business-partner li{
        font-size: 20px;
    }

    #business-partner li a{
        font-size: 16px;
        word-break: break-word;
    }

    /* Contact Section */

    #contact-us{
        padding: 10px;
    }

    .address-form{
        flex-direction: column;
        margin: 20px 0;
        gap: 20px;
    }

    .contact-address{
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .contact-address p{
        font-size: 16px;
        line-height: 1.7;
    }

    .contact-form{
        width: 100%;
        padding: 15px;
        margin-left: 0;
    }

    .contact-form h3{
        font-size: 22px;
    }

    .contact-form label{
        font-size: 15px;
    }

    .contact-form input,
    .contact-form textarea,
    .contact-form select{

        font-size: 15px;
        padding: 10px;
    }

    .contact-form button{
        font-size: 16px;
        padding: 12px;
    }

}


/* ---------- Small Mobile Devices ---------- */

@media screen and (max-width: 480px){

    /* Section Headings */

    #about-us h2,
    #vision-content h2,
    #Mission h2,
    #Partners h2,
    #Terms h2,
    #legal h2,
    #privacy h2,
    #contact-us h2{

        width: 90%;
        font-size: 20px;
        padding: 10px;
    }

    /* Paragraphs */

    #about-us p,
    #vision-content p,
    #Mission p,
    #Partners p,
    #Terms p,
    #privacy p{

        font-size: 14px;
        line-height: 1.8;
    }

    /* Lists */

    #Terms ol li,
    #legal ol li{

        font-size: 14px;
        line-height: 1.7;
    }

    #business-partner li{
        font-size: 18px;
    }

    #business-partner li a{
        font-size: 14px;
    }

    /* Contact */

    .contact-address{
        padding: 12px;
    }

    .contact-address p{
        font-size: 14px;
    }

    .contact-form{
        padding: 12px;
    }

    .contact-form h3{
        font-size: 20px;
    }

    .contact-form label{
        font-size: 14px;
    }

    .contact-form input,
    .contact-form textarea{

        font-size: 14px;
        padding: 8px;
    }

    .contact-form button{
        font-size: 15px;
        padding: 10px;
    }

}

