@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Mangala&display=swap');

/* Font and List Styles */
section.content-body ul,
section.content-body ol {
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

section.content-body ul li,
section.content-body ol li {
  font-family: 'Mangala','Montserrat', 'Noto Sans Devanagari', 'Mukta', sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #1a1a1a;
}

section.content-body li strong {
  font-family: 'Mangala','Montserrat', 'Noto Sans Devanagari', 'Mukta', sans-serif;
  font-weight: 600;
  color: #163a75;
}

h1, h2, h3 {
  font-weight: 800;
  line-height: 1.2;
  margin-top: 1em;
  margin-bottom: 2.5rem;
  font-family: 'Mangala','Montserrat', 'Noto Sans Devanagari', 'Mukta', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}


/* Tabs In Inner Page */
.nav-pills > li.active > a {
  background-color: #29b2bc !important;
  color: #ffffff !important;
}
.nav.nav-pills {
  background-color: #e74c3c;
}
.nav.nav-pills > li > a {
  color: #ffffff !important;
  font-size: 15px;
  border-radius: 0 !important;
}
.nav.nav-pills > li > a:hover {
  border-radius: 0;
}
.tab-pane {
  padding: 15px;
}
.tab-content {
  border: 1px solid #c5c5c5;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #163a75 !important;
  color: #ffffff !important;
}


.page-list ul {
	list-style: inside disc;
	margin-bottom: 10px;
}


.page-list ul,
#pastingspan1 ul {
  list-style: inside disc;
  margin-bottom: 10px;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  user-select: none;
}

.panel-default > .panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default > .panel-heading a:after {
  content: "\002b";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  line-height: 1;
  float: right;
  transition: transform 0.25s linear;
}

.panel-default > .panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  transform: rotate(90deg);
}

#NewsComp-pcvq-RinF-kwbY-DFfK.News-Article-1-v1 .body_container a{
    color: #159bde;
}




.bold-text {
    font-weight: bolder;
    color: #FF9933; /* Optional: Adjust color */
    font-size: 1.1em; /* Optional: Slightly increase size */
}


p {
  font-family: 'Mangala','Montserrat', 'Noto Sans Devanagari', 'Mukta', sans-serif; /* Modern Devanagari fonts */
  font-size: 18px; /* Optimal size for readability */
  line-height: 1.8; /* Generous line height for clear spacing */
  color: #222; /* Slightly dark text for better contrast */
  margin-bottom: 1.8em; /* Space between paragraphs */
  text-align: justify; /* Align text for a polished look */
  letter-spacing: 0.8px;
}


.timeline-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
}

.timeline-title {
    text-align: center;
    font-size: 2em;
    margin-bottom: 20px;
    color: #555;
}

.timeline {
    display: flex;
    flex-direction: column;
   
}

.timeline-event {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.event-year {
    font-size: 1.5em;
    font-weight: bold;
    color: #0078D7;
}

.event-details h3 {
    margin-bottom: 5px;
    color: #333;
}

.event-details p {
    color: #666;
    font-size: 0.9em;
}

/* Responsive Design */
@media (max-width: 600px) {
    .timeline-event {
        padding: 10px;
    }
    .event-year {
        font-size: 1.2em;
    }
    .timeline-title {
        font-size: 1.5em;
    }
}


.link-section {
    padding: 15px;
  }
  .link-list {
    line-height: 2;
  }


p {
  font-family: 'Mangala','Montserrat', 'Noto Sans Devanagari', 'Mukta', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #222;
  margin-bottom: 1.8em;
  text-align: justify;
  letter-spacing: 0.8px;
}
p.highlight {
  background: linear-gradient(90deg, #f9f9f9, #e3f2fd);
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #004d40;
  font-weight: 500;
}
p.cta {
  font-family: 'Mangala','Montserrat', 'Noto Sans Devanagari', 'Mukta', sans-serif;
  font-weight: bold;
  color: #ffffff;
  background: linear-gradient(90deg, #f57c00, #fbc02d);
  padding: 12px 18px;
  text-align: center;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.3s ease;
}
p.cta:hover {
  background: linear-gradient(90deg, #fbc02d, #f57c00);
}
p.sanskrit {
  font-family: 'Noto Sans Devanagari', 'Mukta Vaani', serif;
  font-size: 20px;
  line-height: 2;
  color: #4b2e83;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 1.5em;
  font-weight: 500;
}
p.sanskrit.highlight {
  background: linear-gradient(90deg, #fff3e0, #ffecb3);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #d4af37;
  font-style: italic;
}
p.sanskrit.decorative {
  font-family: 'Noto Serif Devanagari', serif;
  font-size: 22px;
  color: #3e2723;
  border: 2px dashed #b8860b;
  padding: 20px;
  margin: 20px auto;
  max-width: 700px;
  text-align: center;
  background-color: #faf3e0;
 

}

.p a:hover {
    color: #04b1e9 !important;
}


p.sanskrit.calligraphic {
  font-family: 'Chandas', serif;
  font-size: 24px;
  font-weight: bold;
  color: #1b5e20;
  text-align: justify;
  letter-spacing: 1.5px;
  line-height: 2.2;
  background: #e8f5e9;
  padding: 15px;
  border-radius: 8px;
}

/* Responsive Typography */
@media (max-width: 768px) {
  p {
    font-size: 16px;
    line-height: 1.6;
  }
  p.cta {
    font-size: 14px;
    padding: 10px 15px;
  }
  p.sanskrit {
    font-size: 18px;
    line-height: 1.8;
  }
  p.sanskrit.decorative {
    font-size: 20px;
    padding: 15px;
  }
  p.sanskrit.calligraphic {
    font-size: 20px;
    line-height: 2;
  }
}

/* Quote Element */
quote {
  font-family: "Mukta", sans-serif;
  font-style: italic;
  font-size: 1.2em;
  line-height: 1.5;
  color: #333;
  border-left: 5px solid #26a69a;
  padding-left: 20px;
  background-color: #f1f8e9;
  border-radius: 5px;
  margin: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}


img {
  display: block;
  width: 50%;
  max-width: 800px;
  height: auto;
  margin: 24px auto;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, filter 0.3s ease-in-out;
  filter: brightness(98%) contrast(105%);
  backface-visibility: hidden;
}
img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  filter: brightness(100%) contrast(110%);
}

/* Figure */
figure {
  text-align: center;
  margin: 2em 0;
}
figcaption {
  font-family: 'Mangala','Montserrat', 'Noto Sans Devanagari', 'Mukta', sans-serif;
  font-size: 16px;
  color: #555;
  margin-top: 12px;
  font-style: italic;
  line-height: 1.5;
}
figure.cta img {
  border: 2px solid #007BFF;
  border-radius: 14px;
  transition: border-color 0.3s ease-in-out;
}
figure.cta img:hover {
  border-color: #0056b3;
}
figure.cta figcaption {
  font-weight: 600;
  color: #007BFF;
}

/* Mobile Devices: Tablets and Smaller */
@media (max-width: 768px) {
  img {
    max-width: 100%;
    margin: 16px auto;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  figure {
    margin: 1.5em 0;
  }
  figcaption {
    font-size: 14px;
    margin-top: 10px;
  }
  figure.cta img {
    border-width: 1px;
    border-radius: 12px;
  }
  .image-row {
    gap: 12px;
  }
  .image-row img {
    flex: 1 1 calc(50% - 12px);
    border-radius: 8px;
  }
}

/* Mobile Devices: Small Phones */
@media (max-width: 480px) {
  img {
    max-width: 100%;
    margin: 12px auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    filter: brightness(100%) contrast(100%); /* Reduce filter for performance */
  }
  img:hover {
    transform: none; /* Disable scale for touch devices */
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  }
  figure {
    margin: 1em 0;
  }
  figcaption {
    font-size: 13px;
    margin-top: 8px;
    line-height: 1.4;
  }
  figure.cta img {
    border-radius: 10px;
  }
  .image-row {
    gap: 8px;
  }
  .image-row img {
    flex: 1 1 100%;
    border-radius: 6px;
  }
}


:target{ 

}


html {
    scroll-behavior: smooth;
    word-break: break-all;
}



body{ font-family: 'Montserrat' !important;}

.mgb{margin-bottom:5px;}
.all-links a{color: #337ab7 !important;}

.all-links a:hover {color: #a91997 !important;}

td a{ color: #337ab7 !important}

td a:hover {
    color: #c341bf !important;
}

.pastingspan2 {
    color: #f0eaea !important;
    background-color: darkseagreen !important;
    margin: 5px 0px;
}

.maxlinks a{color: #337ab7 !important;}

.maxlinks a:hover {
    color: #a91997 !important;
}


.buttoni {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display:inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}



.mainsocialall a:hover{ color: magenta !important;}
.mainsocial {
    border: 1px solid #67B26F;
    text-align: center !important;
    background-color: #1DA1F2;
    width: 50%;
    margin: 0 auto;
    font-weight: bold;
    color: white;
}

.sub-mainsocial a {
    font-weight: normal;
    color: darkolivegreen !important;
}

.sub-mainsocial {
    border: 1px solid #67B26F;
    text-align: center !important;
    width: 50%;
    margin: 0 auto;
}
.twitter{background-color: #1DA1F2;}
.facebook{background-color: #4267B2;}
.youtube{background-color: red;}
.website{background-color: #FF5733;}
.Instagram{background-color: #fb3958;}
.Telegram{background-color: #0088cc;}

.mainsocialsmall {
    border: 1px solid #67B26F;
    text-align: center !important;
    background-color: #1DA1F2;
    width: 400px;
    font-weight: bold;
    color: white;
}

.sub-mainsocialsmall {
    border: 1px solid #67B26F;
    text-align: center !important;
    width: 400px;
}



.transletion-button {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
  padding: 0 16px;
}

/* List Reset & Layout */
.translation-list {
  display: flex;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Button Link Styling */
/* Anchor inside the translation list */
.translation-list a {
  text-decoration: none;
  display: inline-block; /* Ensures proper box model rendering */
}

/* Translation buttons */
.translation-list a button {
  display: inline-block;
  background: linear-gradient(45deg, #ff6f61, #ffb88c);
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Inter', 'Segoe UI', sans-serif;
  border-radius: 8px;
  cursor: pointer;
  letter-spacing: 0.5px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
  filter: brightness(100%) contrast(105%);
  backface-visibility: hidden;
  will-change: transform;
}

/* Hover and focus states */
.translation-list a button:hover,
.translation-list a button:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  filter: brightness(105%) contrast(110%);
}

/* Accessibility focus outline */
.translation-list a button:focus-visible {
  outline: 3px solid #ffdab9;
  outline-offset: 3px;
}
.translation-list ul li{
    list-style-type: none!Important;
}

/* Responsive Adjustment */
@media (max-width: 600px) {
  .translation-list {
    flex-direction: column;
    align-items: flex-end;
  }
}

.bullet ul li {
    list-style-type: disc;
   margin: 7px 0px; 
}

.wrapper {
    width: 100% !important;
    max-width: 1200px !important;
    margin: auto !important;
    padding: 0 15px;
}


.fancy a {
  background: linear-gradient(to bottom, var(--mainColor) 0%, var(--mainColor) 100%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 3px 3px;
  color: #000;
  text-decoration: none;
}

.fancy a:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23ff9800' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
  background-position: 0 100%;
  background-size: auto 6px;
  background-repeat: repeat-x;
  text-decoration: none;
}











body{font-family: 'Mangala';}
.bb{border-bottom: 1px dashed #67B26F;
    margin-bottom: 10px;}
    
    ol,ul {
    color: black;
    list-style-position: inside;
}

ol > li::marker {
    font-family: 'Mangala';
   
    color: #64938a;
}

ul > li::marker {
    font-family: 'Mangala';
   color: #64938a;
    color: black;
}

ul li{    list-style-type: disc;}
ol {color:black; }

.dotted-border{
    border:1px dotted grey; padding:5px; display: inline-flex;
}

span.spanbeauti {
    background-color: darkcyan;
    padding: 15px;
    font-weight: bold;
    display: inline-block;
    color:ghostwhite;
    font-size: 19px;
}



.grid-layout-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  padding: 16px;
  justify-items: center;
  align-items: start;
  box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto;
}

.grid-item {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}

.grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.grid-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.grid-item img:hover {
  transform: scale(1.05);
}

/* Extra Large Screens (4+ columns) */
@media (min-width: 1200px) {
  .grid-layout-container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding: 24px;
    gap: 32px;
  }
}

/* Tablets (2–3 columns) */
@media (max-width: 991px) {
  .grid-layout-container {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    padding: 20px;
    gap: 20px;
  }
}

/* Mobile Landscape (2 columns) */
@media (max-width: 767px) {
  .grid-layout-container {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    padding: 16px 12px;
    gap: 16px;
  }
}

/* Mobile Portrait (1 column) */
@media (max-width: 480px) {
  .grid-layout-container {
    grid-template-columns: 1fr;
    padding: 12px 10px;
    gap: 12px;
  }
}




span.social-Telegram {
    background-color: #0088cc;
    color: white;
    padding: 5px;
    width: 180px;
    text-align: center;
    margin: 1px 2px 3px 4px;
    display: inline-block;
}


span.social-Website {
    background-color: #FF5733;
    color: white;
    padding: 5px;
    width: 180px;
    text-align: center;
    margin: 1px 2px 3px 4px;
    display: inline-block;
}

span.social-facebook {
    background-color: #4267B2;
    color: white;
    padding: 5px;
    width: 180px;
    text-align: center;
    margin: 1px 2px 3px 4px;
    display: inline-block;
}

span.social-instagram {
    background-color: #fb3958;
    color: floralwhite;
    padding: 5px;
    display: inline-block;
    margin: 1px 2px 3px 4px;
    width: 180px;
    text-align: center;
}

span.social-youtube {
    background-color: red;
    color: white;
    padding: 5px;
    display: inline-block;
    margin: 1px 2px 3px 4px;
    width: 180px;
    text-align: center;
}
span.social-twitter {
    background-color: #1DA1F2;
    color: floralwhite;
    padding: 5px;
    display: inline-block;
    margin: 1px 2px 3px 4px;
    width: 180px;
    text-align: center;
}

span.social-email {
    background-color: #e3d4d0;
    color: #f10505;
    padding: 5px;
    width: 180px;
    text-align: center;
    margin: 1px 2px 3px 4px;
    display: inline-block;
}



-->





.newsContentGrid .grid .mainContent a {
    font-weight: normal;
    color:  !important;
}


.newsContentGrid .grid .mainContent a:hover{color: !important;     }


a.fa.fa-facebook {
    padding: 4px;
    font-size: 18px;
   text-align: center;
    color: white !important;
    text-decoration: none;
    background: #3B5
}








.newsContentGrid .mainContent {  font-size: 18px;
    font-weight: 500;
    font-family: 'Mangala';
    text-align: justify !important;}

.mainContent {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Mangala';
    text-align: justify !important;
}
<! –– and the comment closes with ––>
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.icon-bar .facebook {
  background: #3B5998;
  color: white;
}

.icon-bar .twitter {
  background: #55ACEE;
  color: white;
}

.icon-bar .google {
  background: #dd4b39;
  color: white;
}

.icon-bar .linkedin {
  background: #007bb5;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}

.icon-bar .youtube {
  background: #bb0000;
  color: white;
}



.shadow-boxv1 a:hover {
    color: #04b1e9 !important;
}



.shadow-boxv1 a {
    color: #e74c3c !important; 
}


.shadow-boxv1 {
    padding: 25px;
    border: 1px solid #ccc;
        margin-bottom: 15px;
        box-shadow: 5px 3px 2px #67b26f;
}
.shadow-boxv1 ol li { 
    margin-left: 20px;
    padding: 4px;}
    
    .newsContentGrid .mainContent p, .newsContentGrid .mainContent div {
    
    text-align: justify;
}



.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 10px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;

}
.box img{
	height: 100%;
	width: 100%;
	
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	border: 5px solid green;
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 0.5;
}
.modal-open .gal-container .modal{
	background-color: red);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top :45px;
    padding-bottom:45px;
}






div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 10px solid red;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}



<!--  -->


.headbeauti{
   background-color: #dee3df;
   <!--  border-left: 5px solid #af4b9e;  -->

    padding-left: 5px;
}





<!--  -->












.buttons a {
    color: #fbf8f8 !important;
}

	  .buttons{

   align-items: center;
  justify-content: space-around;
  width: 500px;
 <!-- height: 300px; -->

}
.buttons .style{
  display: block;
 margin-left: 60px;
}
.buttons .style button{
  position: relative;
  width: 170px;
  margin: 15px 0;
  color: #fff;
  font-size: 20px;
  outline: none;
  display: block;
  height: 35px;
  font-weight: bold;
  text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
  cursor: pointer;
  border: none;
  border-radius: 0 5px 5px 0;
  transition: all 0s ease-out;
}
.style button:active{
  top: 3px;
}


.style button.facebook,
.style button.facebook span{
 background: #3B5999;
  border-left: 1px solid #2E4476;
  box-shadow: 0px 5px 0px 0px #2E4476;
}

.style button.facebook:active{
  box-shadow: 0px 2px 0px 0px #2E4476;
}





.style button.linkedin,
.style button.linkedin span{
  background: #0077b5;
  border-left: 1px solid #2E4476;
  box-shadow: 0px 5px 0px 0px #2E4476;
}

.style button.linkedin:active{
  box-shadow: 0px 2px 0px 0px #2E4476;
}




.style button.youtube,
.style button.youtube span{
 background: #de463b; 
  border-left: 1px solid #c02b21;
  box-shadow: 0px 5px 0px 0px #c02b21;
}

.style button.youtube:active{
    box-shadow: 0px 2px 0px 0px #c02b21;
  }

  .style button.instagram,
.style button.instagram span{
  background: #e1306c;
  border-left: 1px solid #c91d56;
  box-shadow: 0px 5px 0px 0px #c91d56;
}

.style button.instagram:active{
    box-shadow: 0px 2px 0px 0px #c02b21;
  }

  .style button.twitter,
  .style button.twitter span{
    background: #46C1F6;
    border-left: 1px solid #269BD0;
    box-shadow: 0px 5px 0px 0px #269BD0;
  }

  .style button.twitter:active{
      box-shadow: 0px 2px 0px 0px #269bd0;
    }

  .style button.Telegram,
  .style button.Telegram span{
    background: #0088cc;
    border-left: 1px solid #269BD0;
    box-shadow: 0px 5px 0px 0px #2857ad;
  }

  .style button.Telegram:active{
      box-shadow: 0px 2px 0px 0px #2857ad;
    }



.style button span{
    position: absolute;
    left: -60px;
    line-height: 40px;
    font-size: 25px;
    display: block;
    font-weight: normal;
    height: 35px;
    width: 60px;
    top: 0;
    border-radius: 5px 0 0 5px;
}


.style button:active span{
    top: -3px;
}
.style button.website,
.style button.website span{
  background: coral;
  border-left: 1px solid #2E4476;
  box-shadow: 0px 5px 0px 0px #2E4476;
}

.style button.website:active{
  box-shadow: 0px 2px 0px 0px #2E4476;
}

.heading1 {
    text-transform: uppercase;
    position: relative;
    background-color: darkslategrey !important;
}

.heading1 h1 {
  text-align: center;
  line-height: 28px !important;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 24px !important;
    padding: 5px 0;
    
}
.heading1 h1:before,
.heading1 h1:after {
  content: '';
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid;
  height: 0;
  vertical-align: middle;
}
.heading1 h1:before {
  margin-left: -100%;
  margin-right: 80px;
}

.heading1 h1:after {
  margin-left: 80px;
  margin-right: -100%;
}



span { line-height: 1em;}
.ref-highlight { border: 1px solid red; }




<--gallery -->



.project_pic_main {
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}


.project_pic_main .project_pics {
    width: 100%;
    max-width: 500px;
    margin: 10px;
}
.project_pic_main img {
    width: 100%;
}
div.desc {
  padding: 15px;
  text-align: center;
}





.left-right-red {padding: 5px; border: 2px solid red;}



@media only screen and (max-width: 600px) {
  .heading1 h1:before  {
    content: none;
  }
}

@media only screen and (max-width: 600px) {
  .heading1 h1:after  {
    content: none;
  }
}

@media only screen and (max-width: 600px) {
  .heading1 h1  {
    white-space: normal;
  }
}

@media only screen and (max-width: 600px) {
  .left-right-red  {
    border: none;
  }
}


/* Enhanced SEO-friendly and responsive table styling with text wrapping */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    color: #333;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* Softer, deeper shadow */
    border-radius: 10px; /* Slightly larger border radius */
    overflow: hidden;
    table-layout: auto; /* Adjust based on content */
}

/* Table headers */
th {
    background-color: #e74c3c;
    color: #fff;
    font-weight: 600; /* Modern font weight */
    text-align: center;
    padding: 16px;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.4; /* Improved readability */
}

/* Table cells */
td {
    padding: 12px 16px;
    border-bottom: 1px solid #e0e0e0; /* Softer divider */
    white-space: normal;
    word-wrap: break-word;
    max-width: 300px;
    line-height: 1.5; /* Better text spacing */
    vertical-align: top; /* Align content to top for consistency */
}

/* Alternating row background */
tr:nth-child(even) {
    background-color: #fafafa; /* Slightly lighter gray */
}
tr:nth-child(odd) {
    background-color: #ffffff;
}

/* Hover effect */
tr:hover {
    background-color: #f5f5f5; /* Subtler hover color */
    transition: background-color 0.2s ease-in-out; /* Faster transition */
}

/* Focus state for accessibility */
tr:focus {
    outline: 2px solid #e74c3c;
    outline-offset: 2px;
}

/* Responsive design for tablets */
@media (max-width: 768px) {
    table {
        font-size: 14px;
    }
    th, td {
        padding: 10px;
        max-width: 200px;
    }
}

/* Mobile devices */
@media (max-width: 480px) {
    table {
        font-size: 12px;
        display: block;
        overflow-x: auto;
        white-space: normal;
        -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    }
    th, td {
        padding: 8px;
        max-width: 150px;
    }
}

/* Accessibility and SEO enhancements */
table caption {
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
    background-color: #f4f4f4;
    border-radius: 10px 10px 0 0;
    text-align: left; /* Align caption for readability */
}

/* High contrast mode for accessibility */
@media (prefers-contrast: high) {
    table {
        border: 2px solid #000;
    }
    th {
        background-color: #000;
        color: #fff;
    }
    td {
        border: 1px solid #000;
    }
}

/* Reduced motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    tr:hover {
        transition: none; /* Disable transitions */
    }
}

/* Print-friendly styles */
@media print {
    table {
        box-shadow: none; /* Remove shadow for printing */
        font-size: 12px;
    }
    th {
        background-color: #e74c3c;
        color: #fff;
    }
    tr:nth-child(even) {
        background-color: #f9f9f9;
    }
    tr:hover {
        background-color: transparent; /* Disable hover for print */
    }
}


/* Global Reset */

/* Containers */
.org-container {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem;
}

/* Intro Section */
.org-intro {
  background: url("https://akm-img-a-in.tosshub.com/aajtak/images/story/202103/rss_election-sixteen_nine.jpg")
    center/cover no-repeat;
  padding: 5rem 1rem;
  text-align: center;
  color: #fff;
}

.org-intro-logo {
  max-height: 100px;
  margin-bottom: 1rem;
}

.org-title {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.org-subtitle {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.org-btn {
  display: inline-block;
  padding: 0.7rem 1.5rem;
  background: #02a0e2;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
}

.org-btn:hover {
  background: #e74c3c;
}

/* Cards Section (using inline-block instead of CSS grid) */
.org-cards {
  margin: 2rem 0;
  text-align: center;
}

.org-card {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  max-width: 95%;
  margin: 0.75rem;
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.org-card-title {
  color: #e74c3c;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.org-list {
  margin-left: 1.2rem;
  list-style: disc;
}

.org-indented {
  text-indent: 2em;
  margin-bottom: 1rem;
}

/* Social links */
.org-social-links {
  margin-top: 0.5rem;
}

.org-social-links a {
  display: inline-block;
  margin-right: 0.5rem;
}

.org-social-links img {
  width: 30px;
  height: 30px;
}

/* Footer */
.org-footer {
  background: #f4f4f4;
  text-align: center;
  padding: 1rem;
  font-size: 0.9rem;
  margin-top: 2rem;
}

/* Responsive (no flex/grid, old-school media queries) */
@media (max-width: 768px) {
  .org-intro {
    padding: 3rem 1rem;
  }
  .org-title {
    font-size: 1.8rem;
  }
  .org-subtitle {
    font-size: 1rem;
  }
  .org-card {
    display: block;
    width: 90%;
    margin: 1rem auto;
  }
}
