	body {
		margin: 0;
		padding: 0;
		font-family: 'Montserrat', sans-serif;
		font-size: 16px;
		line-height: 1.6;
    }

	img {
		width: 100%;
		height: auto;		
		max-height: 160px;
		object-fit: cover;
	}
/*
    div {
		padding-bottom: 10px;		
	}  
	

    div {
		margin: 0px 0; /* Top and bottom spacing */		
	} 
*/

	
/* --------------------- MAIN HEADER NAVIGATION [ START ] ---------------------  */

  header {
      background: #fff;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
      border-bottom: 1px solid #ccc;
    }

    .wrap {
      margin: 0 40px;
    }

    .navbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 0;
    }

    .logo {
      font-family: 'Playfair Display', serif;
      font-size: 24px;
      margin-left: 40px;
    }
        
    .logo > a {
		text-decoration: none;
    	color: black;
    }

    .logo > a:hover {
		text-decoration: none;
    	color: #6A6C6E;
    }

    .menu-toggle {
      display: none;
      flex-direction: column;
      cursor: pointer;
      margin-right: 40px;
    }

    .menu-toggle div {
      width: 25px;
      height: 3px;
      background: #6A6C6E;
      margin: 4px 0;
    }


    nav {
      display: flex;
      align-items: center;
      gap: 20px;
    }

    .menu {
      display: flex;
      gap: 40px;
      font-family: 'Playfair Display', serif;
      font-size: 16px;
      color: #6A6C6E;
    }

    .menu > li {
      position: relative;
      list-style: none;
    }

    .menu > li:hover > ul {
      display: block;
    }

    .menu > li > a {
      color: #6A6C6E;
      text-decoration: none;
    }

    .menu > li > a:hover {
      color: black;
    }

    .icon-container {
      display: flex;
      align-items: center;
      gap: 20px;
      border-left: 1px solid #ccc;
      padding-left: 20px;
      margin-right: 40px;
    }

    .icon-container i {
      cursor: pointer;
      color: #6A6C6E;
      font-size: 18px;
    }

    .icon-container i:hover {
      color: black;
    }

    .search-bar {
      display: none;
      position: absolute;
      top: 100%;
      right: 40px;
      background: white;
      border: 1px solid #ccc;
      padding: 5px;
    }

/* --------------------- MAIN HEADER NAVIGATION [ END ] ---------------------  */


/* --------------------- GRID SETTINGS [ START ] ---------------------  */

    .grid_container {
      position: relative;
      top: 100px;
      top: 0px;
      
      display: grid;
      grid-template-areas: "side_menu content_display";
      grid-template-columns: 2fr 10fr;
      gap: 16px;
      padding: 16px;
    }

	.side_menu {
		font-family: 'Playfair Display', serif;
		font-size: 16px;
		color: #6A6C6E;
		padding: 0px;
		max-width: 350px;
		width: 100%;		
		border-right-style: dotted;
		border-width: 0px 0px 0px 0px;
    }

    .menu_side > li {
      position: relative;
      list-style: none;
    }

    .menu_side > li:hover > ul {
      display: block;
    }

    .menu_side > li > a {
      color: #6A6C6E;
      text-decoration: none;
    }

    .menu_side > li > a:hover {
      color: black;
    }

    .content_display {
		grid-area: content_display;
		max-width: 900px;
		height: auto;
		border: 1px dotted black;
		text-decoration: none;
		display: flex;
    }


    .image_box {
      	border: 1px solid black;
		padding: 0px;
		box-sizing: border-box;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
		}

	.image_box:hover {
		transform: scale(1.02);    
		box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);

		/*		
		box-shadow: 4px 4px 10px rgba(250, 191, 177, 0.7);
		*/		
		border: 1px solid #FABFB1;
    }

    .image_box img {
      width: 100%;
      height: auto;

    }


    .text_box_head {
		flex: 4;
      	width: 100%;
		height: 20px;
		padding: 4px; 
		font-size: 14px;
		line-height: 1.4;
      	color: white;
      	text-align: center;
      	font-family: 'Montserrat', sans-serif;
      	font-weight: bold;
      	background-color: #6785B9;
    }



    .text_box {
    
    position: relative;
    margin-top: 30px;
		flex: 1;
		height: auto;
		padding: 20px; 
      	box-sizing: border-box;
		font-size: 14px;
		line-height: 1.4;
      	color: black;
      	text-align: left;
      	font-family: 'Playfair Display', serif;
      	max-width: 240px;      	     	
    }

    .text_box_02 {
    
        position: relative;
    margin-top: 30px;
    
		flex: 2;
		height: auto;
		padding: 20px; 
      	box-sizing: border-box;
		font-size: 14px;
		line-height: 1.4;
      	color: black;
      	text-align: left;
      	font-family: 'Playfair Display', serif;
      	max-width: 400px;    	
    }


    .class_heading_box {
		width: 100%;
		height: 20px;
		padding: 4px; 
		font-size: 14px;
		line-height: 1.4;
      	color: white;
      	text-align: center;
      	font-family: 'Montserrat', sans-serif;
      	font-weight: bold;
      	background-color: black;
    }

    .class_heading_box  > a {
      color: white;
      text-decoration: none;
    }

    .class_heading_box > a:hover {
      color: #FABFB1;
      
    }


	.ad_class_heading {	
		font-family: 'Montserrat', sans-serif;
		font-size: 18px;
		font-weight: bold;
		color:#6C93DA;
	}


	.more_info {	
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
		color:#6C93DA;
		text-align: right;
		padding-right: 20px;
	}

    .more_info  > a {
      color: #6C93DA;
      text-decoration: none;
    }

    .more_info > a:hover {
      color: #FABFB1;
    }


/* ---ARROW POINTING UP TO GET TO THE TOP OF THE PAGE --- */
	.arrow_up {	
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
		color:#6C93DA;
		text-align: center;
		padding-left: 20px;
	}

    .arrow_up  > a {
      color: #6C93DA;
      text-decoration: none;
    }

    .arrow_up > a:hover {
      color: #FABFB1;
    }


	.story_title {	
		font-family: 'Playfair Display', serif;			
		font-weight: thin;
		font-size: 36px;
		line-height: 50px;
		font-style: normal;
		color:#000000;
	}

	.color_red {
		color:#C90084;
	}

	.text_title {	
		font-family: 'Playfair Display', serif;			
		font-weight: thin;
		font-size: 26px;
		font-style: normal;
		color:#6C93DA;
	}


        .horizontal_line {
            width: 90%;
            height: 5px;
            border-top: 1px dotted red;
            line-height: 80%;
        }




    
/* --------------------- GRID MEDIA SETTINGS [ START ] ---------------------  */

    @media (max-width: 800px) {
    
		.line-container {   
			position: relative;
			top: 150px;
			grid-template-columns: 1fr;
			padding: 20 20px;
			}
      
		.grid_container {
			grid-template-areas: 
			"side_menu"
			"content_display";
			grid-template-columns: 1fr;
			}
		
		.side_menu {
			padding-top: 40px;
			border-width: 0px 0px 0px 0px;	
			}

		.content_display {
			flex-direction: column;
			height: auto;
			} 

		.text_box_head {
		    max-width: 98%;
		    max-height: 20px;
		    margin-left: 1px;

		    }


		
		.text_box {
		    max-width: 100%;
		    }
		    
    	.text_box_02 {
		    max-width: 100%;
		    } 
		
		.menu {
        	display: none;
        	flex-direction: column;
        	background: white;
        	position: absolute;
        	top: 100px;
        	left: 0;
        	width: 100%;
        	padding: 10px;         
        	align-items: center;
        	line-height:0px;            
      		}
      
		.menu-toggle {
			display: flex;
      		}	
      		
      	img {
			width: 100%;
			height: auto;		
			object-fit: contain;
			}	
      			          
    }