@import url(http://fonts.googleapis.com/css?family=Satisfy);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600,400italic);
@import url(http://fonts.googleapis.com/css?family=Oswald:300,400,700);

/* Add this reset block below all imports */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* GLOBAL PAGE LAYOUT FIX */
html {
  scroll-behavior: smooth; /* optional for smooth anchor link scrolling */
  padding-top:50px	
}

body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    padding-top: 100px; /* adjust if mobile nav is taller */
  }
}

/* rest of your CSS below */
p {
    font-size: 13px;
    line-height: 21px;
}
...


@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}



a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    //font-weight: 700;
}

ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}

.white-text {
    color: #fff !important;
}

.section-title h3{
    color: #666;
    //font-style: italic;
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
    text-transform: none;
}

.section-title p {
    padding-bottom: 60px;
    color: #999;
    font-size: 18px;
    //font-style: italic;
    font-weight: 300;
}

.btn-primary {
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: none !important;
}



/*                                                */
/*              Top Navbar Section                */
/*                                                */

.navbar-default {
  background-color: #222; /* dark cool color, adjust as needed */
  border-color: transparent;
}

.navbar-brand {
  display: flex;            /* Align logo and text horizontally */
  align-items: center;      /* Vertically center them */
  height: 50px;             /* Adjust height as needed */
  padding: 5px 15px;
  black-space: nowrap;      /* Prevent wrapping */
}

/* Logo image styles */
.navbar-brand img {
  height: 100%;             /* Fill navbar-brand height */
  width: auto;
  object-fit: contain;
  display: block;
  margin: 0;
}

/* Brand text styles */
.brand-text {
  margin-left: 10px;
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
  font-size: 1.5em;
  color: white;
  user-select: none;
  white-space: nowrap;
}

/* Hide brand text on smaller screens, keep logo visible */
@media (max-width: 767px) {
  .navbar-brand {
    height: 40px;           /* Smaller navbar height on small screens */
    padding: 2px 10px;
  }

  .navbar-brand img {
    height: 100%;           /* Keep logo fully visible and scaled */
  }

  .brand-text {
    display: none;          /* Hide only the text, not the logo */
  }
}

/* Additional navbar link styles and alignment, if needed */
.navbar-nav > li > a {
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  height: 50px;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
  color: white;
  font-size: 12px;
}

.navbar-default .navbar-nav > li > a {
  color: white !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ddd !important;
}

@media (max-width: 768px) {
  .slider-content {
    top: 20% !important;
  }

  .slider-content h1 {
    font-size: 40px !important;
  }

  .slider-content p {
    font-size: 16px !important;
  }

  .slider-content .btn {
    display: inline-block !important;
    margin-top: 10px;
  }
}



/*            */
/* HOME TEXT  */
/*            */

.feature-section {
  padding: 60px 15px;
  background: #e9ecef;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-card {
  max-width: 1000px;
  background: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  margin-bottom: 40px;
}

.feature-card h2 {
  margin-bottom: 20px;
  font-weight: 700;
  color: #333;
}

.feature-card p {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 30px;
}

.feature-congress {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 30px;           
  background:linear-gradient(135deg, #ffeaea, #fff6f6);        
  padding: 20px;                        
  margin-top: 20px;                                       
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}


.join-btn {
  padding: 12px 36px;
  font-size: 18px;
}

.funders-logos {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
  max-width: 600px;
}

.funders-logos img {
  max-height: 50px;
  object-fit: contain;
}

/*                      */
/* STAKEHOLDERS SECTION */
/*                      */ 

#stakeholders {
  padding: 60px 0;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 10px;
}

.team-description {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.stakeholders-section h3 {
  font-size: 36px;          
  font-weight: 700;         
  text-transform: uppercase;
  color: #2c3e50;           
  letter-spacing: 2px;      
  margin-bottom: 50px;    
  position: relative;        
  display: inline-block;     
}


/* Decorative underline */
.stakeholders-section h3::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #e74c3c; /* Accent color - bright red/orange */
  margin: 10px auto 0;
  border-radius: 2px;
}


.stakeholder-card {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.04);
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stakeholder-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0,0,0,0.06);
}

.stakeholder-card h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.stakeholder-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

#stakeholders .row {
  display: flex;
  flex-wrap: wrap;
}

#stakeholders .col-md-4 {
  display: flex;
  flex-direction: column;
}

.stakeholder-card {
  flex-grow: 1;
  height: 100%;
}


/*                          */
/* STAKEHOLDERS END SECTION */
/*                          */



/*                            */
/*     Invitations Section    */
/*                            */

#Invitations {
  background: linear-gradient(135deg, #ffeaea, #fff6f6);
  padding: 60px 0;
}

#Invitations h3 {
  animation: fadeInDown 1s ease-out;
  font-size: 28px;
  margin-bottom: 15px;
}

#Invitations p {
  font-size: 18px;
  color: #444;
}

/* Animation for heading */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Flashy Card Style */
.quecard,
.card {
  min-height: 280px; /* Adjust height as needed */
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border-radius: 15px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.card-text {
  font-size: 12px;
  color: #555;
}



.quecard:hover,
.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Fancy Buttons */
.btn-primary {
  background: #ff432e;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  transition: all 0.3s ease;
  border-radius: 30px;
}

.btn-primary:hover {
  background: #e63424;
  transform: scale(1.05);
}

/*                            */
/*   Invitations End Section  */
/*                            */


/*                                         */
/*              Team Section               */
/*                                         */

.team-member {
  transition: transform 0.3s ease-in-out;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
  text-align: center;
}

.team-member:hover {
  transform: translateY(-5px);
}

.team-member i {
  font-size: 48px;
  color: #f44336;
  margin-bottom: 15px;
}

.team-member-section h3 {
  font-size: 36px;          
  font-weight: 700;         
  text-transform: uppercase;
  color: #2c3e50;           
  letter-spacing: 2px;      
  margin-bottom: 50px;
  margin-top: 80px;      
  position: relative;        
  display: inline-block;     
}

/* Decorative underline */
.team-member-section h3::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #e74c3c; /* Accent color - bright red/orange */
  margin: 10px auto 0;
  border-radius: 2px;
}

.team-description {
  font-size: 18px;
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
}

.full-width-section {
  background-color: #f0f0f0; /* light gray background */
  padding: 30px 0;
  margin: 40px 0; /* vertical spacing */
  border-radius: 8px;
}

.full-width-section h4 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  letter-spacing: 1.2px;
  margin-bottom: 50px;  
}

.team-member p {
  font-size: 14px;
  color: #666;
}

.team-member button {
  margin-top: 10px;
}

/* MODAL OVERLAY & CONTENT */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.modal-content {
  background: #fff;
  padding: 25px 30px;
  border-radius: 10px;
  max-width: 480px;   /* moderate max width */
  width: 90%;         /* responsive width */
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
  max-height: 70vh;   /* prevent it from getting too tall */
  overflow-y: auto;   /* scroll if content is long */
}


@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

.close-button {
  position: absolute;
  top: 15px; right: 20px;
  font-size: 24px;
  color: #333;
  cursor: pointer;
}

/*                                         */
/*           END Team Section              */
/*                                         */



/*                                         */
/*              PROJECT Section            */
/*                                         */

/* Project Section Styles */
.project-section {
  background: #ffffff;
  padding: 60px 0;
}

.project-section h3 {
  font-weight: 700;
  margin-bottom: 20px;
}

.project-section h3 {
  font-size: 36px;          
  font-weight: 700;         
  text-transform: uppercase;
  color: #2c3e50;           
  letter-spacing: 2px;      
  margin-bottom: 50px;      
  position: relative;        
  display: inline-block;     
}

/* Decorative underline */
.project-section h3::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #e74c3c; /* Accent color - bright red/orange */
  margin: 10px auto 0;
  border-radius: 2px;
}


.project-description {
  font-size: 18px;
  max-width: 1500px;
  margin: 0 auto 40px;
  line-height: 1.8;
}

.welcome-box {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.icon-wrapper {
  font-size: 60px;
  margin-bottom: 15px;
}

.icon-wrapper.blue {
  color: #007BFF;
}

.icon-wrapper.green {
  color: #28A745;
}

.icon-wrapper.red {
  color: #DC3545;
}

.welcome-box h4 {
  font-weight: bold;
}

.box-divider {
  width: 50px;
  height: 3px;
  margin: 10px auto 20px;
  background-color: #333;
  opacity: 0.2;
}

.box-divider.blue {
  background-color: #007BFF;
}

.box-divider.green {
  background-color: #28A745;
}

.box-divider.red {
  background-color: #DC3545;
}

/* Responsive tweak */
@media (max-width: 768px) {
  .icon-wrapper {
    font-size: 48px;
  }

  .project-description {
    font-size: 16px;
  }
}

/* Glossary Terms */
abbr[data-title] {
  cursor: help;
  font-weight: bold;
  color: #1d3557;
  background-color: #f1f9ff;
  padding: 2px 4px;
  border-radius: 4px;
  transition: background 0.3s, color 0.3s;
}

abbr[data-title]:hover {
  background-color: #007bff;
  color: #fff;
}

/* Tooltip Box */
.tooltip-box {
  position: fixed;
  max-width: 280px;
  background-color: #333;
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 13px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 9999;
  pointer-events: none;
  display: none;
}


/*                                         */
/*        ENDED PROJECT Section            */
/*                                         */




/*                                         */
/*              OUTPUT Section             */
/*                                         */


.outputs-section {
  background: #ffffff;
  padding: 60px 0;
  text-align: center;
}

.outputs-section h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2c3e50;
  letter-spacing: 2px;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}

.outputs-section h3::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #e74c3c; /* Your red */
  margin: 10px auto 0;
  border-radius: 2px;
}

.outputs-description {
  font-size: 18px;
  max-width: 1000px;
  margin: 0 auto 40px;
  line-height: 1.8;
}

/* Output Card Styling */
.output-card {
  border-left: 6px solid #e74c3c;
  border-top: 1px solid #e74c3c;
  border-radius: 10px;
  background-color: #ffffff;
  transition: transform 0.2s ease-in-out;
  padding: 20px;
  margin: 30px auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
  max-width: 1100px; /* Limit card width */
  text-align: left;
}

.output-card:hover {
  transform: scale(1.01);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.output-card ul {
  padding-left: 20px;
}

.output-card li {
  margin-bottom: 6px;
}

.presented-at {
  margin-bottom: 15px; /* Adds space between this block and the next content */
}

.presented-at strong {
  display: block;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 4px;
}

.presented-at p {
  font-size: 13.5px;         /* Smaller font for locations */
  margin-bottom: 4px;        /* Small space between lines */
  color: #555;               /* Optional: softer text color */
}

.outputs-list,
.outputs-list li,
.outputs-card p {
  font-size: 14px !important;
  line-height: 1.6 !important;
  font-family: inherit;
  color: #333;
  margin-bottom: 6px;
  padding-left: 1.2em;
}


.outputs-list li {
  margin-bottom: 5px;
}

p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

/* Abstract toggle button */
.abstract-toggle button {
  font-weight: bold;
  background: none;
  border: none;
  color: #e74c3c;
  cursor: pointer;
  padding: 0;
  font-size: 12px;
}

.abstract-toggle button:hover {
  text-decoration: underline;
}

/* Abstract content */
.abstract-content {
  display: none;
  background-color: #f8f9fa;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
  overflow-wrap: break-word;
}

.abstract-content.show {
  display: block;
}

/*                                         */
/*        ENDED OUTPUT Section             */
/*                                         */



/*                                         */
/*              NEWS Section               */
/*                                         */

/* Project Section Styles */
.news-section {
  background: #ffffff;
  padding: 60px 0;
}

.news-section h3 {
  font-weight: 700;
  margin-bottom: 20px;
}

.news-section h3 {
  font-size: 36px;          
  font-weight: 700;         
  text-transform: uppercase;
  color: #2c3e50;           
  letter-spacing: 2px;      
  margin-bottom: 50px;      
  position: relative;        
  display: inline-block;     
}

/* Decorative underline */
.news-section h3::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #e74c3c; /* Accent color - bright red/orange */
  margin: 10px auto 0;
  border-radius: 2px;
}

.news-description {
  font-size: 18px;
  max-width: 1000px;
  margin: 0 auto 40px;
  line-height: 1.8;
}

.news-modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.news-modal-content {
  background: #fff;
  padding: 25px 30px;
  border-radius: 12px;
  max-width: 800px;
  width: 90%;
  box-shadow: 0 10px 40px rgba(0,0,0,0.25);
  position: relative;
  animation: fadeIn 0.35s ease-in-out;
  max-height: 80vh;
  overflow-y: auto;
  font-family: "Segoe UI", Arial, sans-serif;
}

/* Title styling with base color */
.news-modal-title {
  font-size: 1.35rem;
  font-weight: bold;
  color: #e74c3c;
  margin-bottom: 12px;
  border-bottom: 2px solid #e74c3c;
  padding-bottom: 8px;
}

.news-modal-body {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.news-modal-body b {
  color: #e74c3c;
}

.news-modal-body ul {
  margin: 10px 0 10px 20px;
  padding: 0;
  font-size: 14px; 
}

.news-modal-body li {
  margin-bottom: 6px;
  list-style: disc;
  line-height: 1.5;
}

.news-modal-body li::marker {
  font-size: 0.8em; /* reduces bullet size */
  color: #e74c3c;   /* brand color for bullets */
}


.news-modal-body a {
  color: #e74c3c;
  text-decoration: none;
  font-weight: bold;
}

.news-modal-body a:hover {
  text-decoration: underline;
}

.news-modal-footer {
  margin-top: 20px;
  font-size: 14px;
  text-align: right;
  color: #777;
  border-top: 1px solid #eee;
  padding-top: 8px;
}

.news-close-button {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  transition: color 0.2s ease;
}

.news-close-button:hover {
  color: #e74c3c;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}























/*================================================== 
     Slideshow
 ================================================== */

/*-- Main slide --*/

#main-slide .item {
    height: 700px;
}

#main-slide .item img{
	width: 100%;
}

#main-slide .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .slider-content{
	top: 45%;
	margin-top: -70px;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
}

#main-slide .carousel-indicators {
	bottom: 30px;
}

.carousel-indicators li{
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #fff !important;
	margin: 1px !important;
}


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

#main-slide .carousel-control.left span {
	padding: 15px;
}

#main-slide .carousel-control.right span {
	padding: 15px;
}

#main-slide .carousel-control .fa-angle-left, 
#main-slide .carousel-control .fa-angle-right{
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
}

#main-slide .carousel-control .fa-angle-left{
	left: 0;
}

#main-slide .carousel-control .fa-angle-right{
	right: 0;
}

#main-slide .carousel-control i{
	background: rgba(0,0,0,.7);
	color: #fff;
	line-height: 36px;
	font-size: 32px;
	padding: 15px 20px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


#main-slide .slider-content h1{
	font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 5px;
    margin-bottom: 55px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}


#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
    color: #fff;
}

#main-slide .slider-content p{
	font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 1px;
    margin-bottom: 55px;
    color: #fff;
}

.slider.btn{
	padding: 10px 40px;
	font-size: 20px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	text-transform: uppercase;
	line-height: 28px;
    font-weight: 300;
	border: 0;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#main-slide .btn-primary:hover {
	background: transparent;
	border: 1px solid #fff;
}

.slider.btn.btn-default{
	margin-left: 4px;
	background: #ECECEC
}

.slider.btn.btn-default:hover{
	background: #000;
	color: #fff;
}

.slider-content-left {
	position: relative;
	margin: 0 0 0 40px;
}

.slider-content-right{
	position: relative;
}

/*-- Animation --*/
.carousel .item.active .animated1 {
	-webkit-animation: lightSpeedIn 1s ease-in 800ms both;
	animation: lightSpeedIn 1s ease-in 800ms both;
}

.carousel .item.active .animated2 {
	-webkit-animation: bounceIn 1s ease-in 800ms both;
	animation: bounceIn 1s ease-in 800ms both;
}

.carousel .item.active .animated3 {
	-webkit-animation: flipInX 2s ease-in-out 800ms both;
	animation: flipInX 2s ease-in-out 800ms both;
}

@media (min-width : 992px) {
    #main-slide .slider-content h1 {
        font-size: 90px; /* Increased from 68px */
        font-weight: 700;
        margin-bottom: 30px;
        letter-spacing: 5px;
    }
    #main-slide .slider-content p {
        font-size: 28px;
        margin-top: 0;
        line-height: 32px;
        opacity: 1;
    }
}

@media (min-width : 768px) and (max-width: 991px) {
    #main-slide .slider-content h1 {
        font-size: 50px; /* Increased from 35px */
        margin-bottom: 15px;
        margin-top: 0;
        font-weight: 700;
        letter-spacing: 3px;
    }
    #main-slide .slider-content p {
        font-size: 20px;
        margin-top: 0;
        line-height: 25px;
        opacity: 0.9;
    }

    .slider.btn {
        padding: 5px 25px;
        margin-top: 5px;
        font-size: 16px;
    }

    #main-slide .item {
        height: 550px;
    }
}

@media (max-width : 767px) {
    #main-slide .item .slider-content {
        display: block;  /* show slider text */
        padding: 10px 15px;
        top: 40%;        /* adjust vertical position */
        margin-top: 0;
    }
    #main-slide .slider-content h1 {
        font-size: 40px; /* Increase here if needed */
        line-height: normal;
        margin-bottom: 10px;
        font-weight: 700;
        letter-spacing: 2px;
    }
    #main-slide .slider-content p {
        font-size: 14px !important;
        margin-top: 5px;
        line-height: 18px;
        opacity: 0.8;
    }
    .slider.btn {
        padding: 8px 20px;
        font-size: 14px;
        margin-top: 10px;
    }
    #main-slide .carousel-indicators {
        display: none; /* keep indicators hidden on mobile */
    }
    #main-slide .item {
        height: 450px; /* adjust height */
    }
}

@media (max-width : 479px) {
    #main-slide .item .slider-content {
        display: block;  /* keep slider content visible */
        padding: 5px 10px;
        top: 35%;
        margin-top: 0;
    }
    #main-slide .slider-content h1 {
        font-size: 28px !important; /* Increased from 22px */
        line-height: normal;
        margin-bottom: 5px;
        font-weight: 700;
        letter-spacing: 1px;
    }
    #main-slide .slider-content p {
        display: none; /* optionally hide description on very small screens */
    }
    .slider.btn {
        padding: 6px 15px;
        font-size: 12px;
        margin-top: 5px;
    }
    #main-slide .item {
        height: 250px; /* adjust height */
    }
}





/*------------------------------------------------------ */
/* Start Feature Section                              */
/*------------------------------------------------------ */


.services-section {
    padding-top: 80px;
    padding-bottom: 20px;
}
.feature-section {
    padding-top: 100px;
}

.feature, .feature-2, .feature-3 {
    padding-bottom: 80px;
}

.feature, .feature-3 {
    text-align: center;
}
.feature h4,
.feature-3 h4 {
    font-size: 15px;
    color: #000000;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}

.feature-2 h4{
    font-size: 15px;
    color: #000000;
    padding-bottom: 10px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}

.feature p, 
.feature-2 p,
.feature-3 p {
    color: #000000;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
}

.feature i,
.feature-3 i {
    font-size:2.5em;
    width: 80px;
    height: 80px;
   padding:25px;
    margin-bottom: 10px;
   position: relative;
}

.feature i {
    color:#fff;
	box-shadow: 0 0 0 30px transparent;
	-webkit-transform: translate3d(2, 2, 2);
	-moz-transform: translate3d(2, 2, 2);
	-o-transform: translate3d(2, 2, 2);
	transform: translate3d(2, 2, 2);
	-webkit-transition: box-shadow .6s ease-in-out;
	-moz-transition: box-shadow .6s ease-in-out;
	-o-transition: box-shadow .6s ease-in-out;
	transition: box-shadow .6s ease-in-out;
}
.no-touch .feature:hover i,
	.no-touch .feature:active i,
	.no-touch .feature:focus i {		
		
		-webkit-transition: box-shadow .4s ease-in-out;
		-moz-transition: box-shadow .4s ease-in-out;
		-o-transition: box-shadow .4s ease-in-out;
		transition: box-shadow .4s ease-in-out;
}

.feature-3 i {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.feature-3:hover .border {
    margin: 0 35%;
}

.feature-2 i {
   font-size:2.5em;
    color: #fff;
    width: 70px;
    height: 70px;
   padding:20px;
   position: relative;
    
}

.feature-2 .media-body {
    margin-left: 25px !important;
}

.feature-2 .border {
    margin-top: 20px;
    margin-left: 49.999%;
    margin-right: 49.999%;
	border-color: #fff;
}

.feature-2:hover .border {
    margin-left: 0%;
    margin-right: 0%;
}



/*-------------------------------------------------*/
/* Start Contact Section                           */
/*-------------------------------------------------*/

.contact {
    background: url(../images/parallax/contact-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 80px;
    //padding-bottom: 100px;
}

.contact .btn-primary {
    padding: 20px;
    font-size: 16px;
}

.contact .btn-primary:hover {
    background: transparent;
}

.contact .section-title h3{
    color: #fff;
}

.contact .section-heading {
    color: #fff;
}

.contact .form-group {
    margin-bottom: 25px;
}

.contact .form-group input,
.contact .form-group textarea {
    padding: 20px;
}

.contact .form-group input.form-control {
    height: auto;
}

.contact .form-group textarea.form-control {
    height: 236px;
}

.contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact .text-danger {
    color: #e74c3c;
}

.contact button {
    font-weight: 400;
    margin-top: 30px;
}


.footer-contact-info {
    color: #fff;
    padding: 20px 30px;
    margin-top: 80px;
    margin-bottom: 59px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.footer-contact-info ul {
    padding-bottom: 10px;
}

.footer-contact-info h4 {
    padding-bottom: 10px;
}

.footer-contact-info li strong {
    font-weight: 600;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
