/* General Styles */
@font-face {
    font-family: 'Metropolis';
    src: url('Fonts/Metropolis/Metropolis-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
  @font-face {
            font-family: 'TrajanPro';
            src: url('Fonts/Trajan Pro/TrajanPro-Regular.otf') format('truetype');
        }
html, body {
            margin-right: 0;
			margin-left: 0;
			padding: 0;
            
            width: 100%;

            font-family: 'TrajanPro', serif;
            background-color: white;
            color: white;
			 
    overflow-x: hidden;
    max-width: 100%;

        }
a {
  text-decoration: none;
  color: black;
}

/* Navbar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 10px 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-family: Calibri Light;
}

.logo {
  height: 50px;
}

.navbar ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.navbar li {
  margin: 0 15px;
}

.navbar a {
  color: #000;
  font-weight: bold;
}

.apply-now {
  padding: 10px 20px;
  background-color: #c8102e;
  color: #fff;
  border-radius: 5px;
  font-family: Calibri Light;
}

.banner {
      position: relative;
      height: 40vh;
      display: flex;
      align-items: center;
      justify-content: left;
      background: url('hospitality/host_banner1.jpg') no-repeat center center / cover;
      color: white;
      text-align: left;
      padding-top:10px;
	  padding-left:100px;
	  padding-bottom:10px;
    }
    .banner-content {
      max-width: 1200px;
	  
    }
    .banner h1 {
      font-size: 2.5rem;
      font-family: 'TrajanPro', serif;
      margin-bottom: 1rem;
      line-height: 1.2;
	  max-width: 600px;
    }
    .banner p {
      font-size: 1rem;
	  font-family: Calibri Light;

    }
    .buttons {
      display: flex;
      gap: 15px;
    }
    .buttons a {
      text-decoration: none;
      padding: 10px 20px;
      font-size: 1rem;
	  font-family: Calibri Light;
      border-radius: 5px;
      transition: 0.3s ease;
    }
    .buttons .explore {
      background: transparent;
      border: 1px solid #cb8a45;
      color: white;
    }
    .buttons .explore:hover {
      background: white;
      color: black;
    }
    .buttons .corporate {
      background: #e63946;
      border: none;
      color: white;
    }
    .buttons .corporate:hover {
      background: #a11d30;
 }	
/* Hero Section */
.hero-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #001a57;
  color: #fff;
  padding: 40px;
}

.hero-content {
  max-width: 50%;
  font-family: TrajanPro-Regular; 
}

.hero-content h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 1rem;
  margin-bottom: 20px;
}

.hero-buttons .btn {
  display: inline-block;
  margin-right: 15px;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 5px;
}

.explore-btn {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.training-btn {
  background-color: #d40000;
  color: #fff;
}

.hero-image img {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: 1;
}

/* Quote Section */
.quote-section {
  text-align: center;
  padding: 40px 20px;
  background-color: #fff;
  color: #002060;
}

.quote-icon {
  font-size: 2rem;
  color: #cb8a45;
}

.quote-section h2 {
  font-size: 1.8rem;
  margin: 10px 0;
  font-weight: bold;
  color: #04226a;
}

.quote-section p {
  font-size: 1rem;
  max-width: 1000px;
 margin: 30px 0 -10px 90px;
 justify-content: left;
  text-align: justify;
  
   color: black;
   font-family: Calibri;
}

/* Overview and Value Section */
.overview-value-section {
  display: grid;
  margin: 20px 60px 30px 60px;
  grid-template-columns: 1.6fr .8fr; /* OVERRIDE gets 2x the width of VALUE */
  gap: 15px; 
}

.overview {
  padding: 50px;
  color: #fff;
  background-image: url('Home/Overview.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.value {
  padding: 50px;
  color: #fff;
  background-image: url('Home/Value.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.overview-value-section2 {
  display: grid;
             
			background: url('Home/Programme-at-CST.jpg') no-repeat center center/cover;
            color: white;
            padding: 50px 20px;
            text-align: left;
            position: relative;
  grid-template-columns: 0.8fr 1.2fr; /* OVERRIDE gets 2x the width of VALUE */
  gap: 15px; 
              height: 170px;
			
}
.overview1 {
  padding: 10px;
  color: #000;

  background-position: center;
  position: relative;
  z-index: 1;
}
.value1 {
  padding: 10px;
  color: #04226a;

  background-position: center;
  position: relative;
  z-index: 1;
}
.value1 p
{
	font-family: Calibri Light;
}
.overview-container {
  display: flex;
  align-items: center;
  font-size: 24px; /* Adjust text size */
  color: #04226a; /* Adjust text color */
  padding-left: 5px;
}
.overview-container3 {
  display: flex;
  align-items: center;
  font-size: 24px; /* Adjust text size */
  color: 04226a; /* Adjust text color */
  padding-left: 5px;
}
.overview-container4 {
  display: flex;
  align-items: center;
  font-size: 24px; /* Adjust text size */
  color: #04226a; /* Adjust text color */
  padding-left: 50px;
}
.overview-value-section3 {
  display: grid;
            
		
            color: #04226a;
            padding-top: 20px;
            text-align: left;
            position: relative;
  grid-template-columns: .8fr 1.2fr; /* OVERRIDE gets 2x the width of VALUE */
 		
}
.overview-value-section4 {
  display: grid;
            
		
            color: #04226a;
            padding-top: 20px;
            text-align: left;
            position: relative;
  grid-template-columns: 1fr 1fr; /* OVERRIDE gets 2x the width of VALUE */
 		
}
.overview-container3 {
  display: flex;
  align-items: center;
  font-size: 24px; /* Adjust text size */
  color: #04226a; /* Adjust text color */
  padding-left: 35px;
}

.overview-container3::before {
  content: "";
  display: inline-block;
  width: 50px; /* Length of the line */
  height: 2px; /* Thickness of the line */
  background: #cb8a45; /* Golden color */
  margin-right: 10px; /* Space between line and text */
  
}

.overview-value-section1 {
  display: grid;
              background-color: #002e66;
			background: url('img1.jpeg') no-repeat center center/cover;
            color: white;
            padding: 50px 20px;
            text-align: left;
            position: relative;
  grid-template-columns: 1.4fr 1fr; /* OVERRIDE gets 2x the width of VALUE */
  gap: 15px; 
              height: 200px;
			
}

        .overview-value-section1 h1 {
            margin: 0;
            font-size: 36px;
            font-weight: bold;
        }

        .overview-value-section1 p {
            margin: 0;
            font-size: 18px;
			padding: 10px 0;
        }

        .overview-value-section1 button {
            background-color: #004080;
            color: white;
            border: none;
            padding: 10px 20px;
            cursor: pointer;
            border-radius: 5px;
        }

        .overview-value-section1 button:hover {
            background-color: #0050a0;
        }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.5);
  opacity: 0;
}
.overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 51, 0.7);
  opacity: 0;
}

.overview-content {
  position: relative;
  z-index: 1;
}

.overview h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.overview h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-family: TrajanPro-Regular;
}

.overview p {
  
  text-align: justify; /* Justifies the text for block format */
 /* Adjusts spacing between lines */
  margin-bottom: 20px; /* Adds some spacing around the block */
  font-size: 16px; /* Adjust text size */
  font-family: Calibri Light;
}

.explore-more-btn {
  padding: 10px 20px;
  background-color: transparent;
  border: 2px solid #cb8a45;
  color: #fff;
  font-family: Calibri Light;
}
.overview-container {
  display: flex;
  align-items: center;
  font-size: 24px; /* Adjust text size */
  color: white; /* Adjust text color */
  padding-left: 5px;
  padding-top: 20px;
}

.overview-container::before {
  content: "";
  display: inline-block;
  width: 50px; /* Length of the line */
  height: 2px; /* Thickness of the line */
  background: #cb8a45; /* Golden color */
  margin-right: 10px; /* Space between line and text */
  
}
.overview-container1 {
  display: flex;
  align-items: center;
  font-size: 24px; /* Adjust text size */
  color: #04226a; /* Adjust text color */
  padding-left: 5px;
}
.overview-container1::before {
  content: "";
  display: inline-block;
  width: 50px; /* Length of the line */
  height: 2px; /* Thickness of the line */
  background: #cb8a45; /* Golden color */
  margin-right: 10px; /* Space between line and text */
  
}

.value {
  color: #fff;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.value img {
            width: 40px;
            height: 40px;
 
    position: relative;
  z-index: 2;
}
.value h2 {
 
  font-size: 1.5rem;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  font-family: TrajanPro-Regular;
}

.value p {
  margin-bottom: 15px;
    position: relative;
  z-index: 2;
    text-align: justify; /* Justifies the text for block format */
 /* Adjusts spacing between lines */
  margin-bottom: 20px; /* Adds some spacing around the block */
  font-size: 14px; /* Adjust text size */
  font-family: Calibri Light;
}

.value5 {
  color: #04226a;
  padding: 30px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.value5 img {
            width: 40px;
            height: 40px;
            display: block; margin: auto
}
.value5 h2 {
 
  font-size: 1.5rem;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  color: #04226a;
  text-align: center;
}

.value5 p {
  margin-bottom: 15px;
    position: relative;
  z-index: 2;
    text-align: justify; /* Justifies the text for block format */
 /* Adjusts spacing between lines */
  margin-bottom: 20px; /* Adds some spacing around the block */
  font-size: 16px; /* Adjust text size */
  color: black;
  text-align: center;
  font-family: Metropolis-Regular;
}
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            position: relative;
        }
         .slider-container {
            width: 70%;
            overflow: hidden;
            white-space: nowrap;
            position: relative;
        }
        .slider {
            display: flex;
            gap: 20px;
         
        }
        .course {
            position: relative;
            width: 300px;
            height: 370px;
            
            overflow: hidden;
        }
        .course img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .course-text {
            position: absolute;
            bottom: 0;
            width: 83%;
            background: white;
            color: #c8102e;
            text-align: center;
            Margin-left: 10px;
            Margin-right:10px;
			Margin-bottom:10px;
			padding:15px;
            font-size: 18px;
            font-weight: bold;
        }
        @keyframes scroll {
            0% { transform: translateX(100%); }
            100% { transform: translateX(-100%); }
        }
.header {
            background-color: #002e66;
			background: url('img1.jpeg') no-repeat center center/cover;
            color: white;
            padding: 50px 20px;
            text-align: center;
            position: relative;
			
            height: 200px;
			margin-bottom: 320px;
        }

        .header h1 {
            margin: 0;
            font-size: 36px;
            font-weight: bold;
        }

        .header p {
            margin: 10px 0;
            font-size: 18px;
			padding: 10px 0;
        }

        .header button {
            background-color: #004080;
            color: white;
            border: none;
            padding: 10px 20px;
            cursor: pointer;
            border-radius: 5px;
        }

        .header button:hover {
            background-color: #0050a0;
        }

        .programmes {
            display: flex;
            justify-content: center;
            gap: 20px;
            padding-top:10px;
			margin-bottom: 20px;
        }

        .programme {
            text-align: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            
            overflow: hidden;
            width: 300px;
            background-color: white;
			
        }

        .programme img {
            width: 100%;
            height: 350px;
            object-fit: cover;
			
			
        }

        .programme h3 {
            margin: 15px 0;
            font-size: 20px;
            color: #002e66;
			
        }

        .programme p {
            padding: 0 15px 20px;
            color: #555;
            font-size: 16px;
        }


        .container {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 60vh;
            background: url('Home/Admission.jpg') center/cover no-repeat;
            position: relative;
			margin-left: 160px;
			margin-right: 160px;
        }

        .card {
            display: flex;
            background: white;
            
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            max-width: 700px;
            width: 100%;
        }

        .left-section {
            flex: 1;
            padding: 20px;
        }

        .right-section {
            flex: 1;
            padding: 20px;
            background: #f8f9fa;
            position: relative;
        }

        .left-section h1 {
            color: #003366;
            font-size: 32px;
            margin: 0 0 0;
			font-family: 'TrajanPro', serif;
			
        }

        .left-section p {
            color: #555;
            font-size: 16px;
            margin-bottom: 20px;
			font-family: Calibri Light;
			
        }

        .left-section button {
            background: #1a2b5c;
            color: white;
            padding: 10px 15px;
            border: none;
            border-radius: 4px;
            font-size: 14px;
            cursor: pointer;
			font-family: Calibri Light;
        }

        .right-section h3 {
            color: #d41f4f;
            font-size: 20px;
            margin: 0 0 10px;
			font-family: Arial;
        }

        .feature {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .feature img {
			width: 40px;
			height: 40px;
            margin-right: 10px;
        }

        .feature span {
            font-size: 16px;
            color: #555;
        }
		
        .container {
            padding: 40px;
            text-align: center;
			position: relative;
			margin-left: 10px;
			margin-right: 10px;
        }

        .container h1 {
            font-size: 36px;
            margin-bottom: 10px;
            color: white;
        }

        .container p {
            font-size: 18px;
            margin-bottom: 30px;
        }

        .container button {
            background: transparent;
            color: white;
            border: 2px solid white;
            padding: 10px 20px;
            font-size: 14px;
            cursor: pointer;
            border-radius: 4px;
            transition: background 0.3s;
        }

        .container button:hover {
            background: white;
            color: #d41f4f;
        }

        .cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin-top: 40px;
        }

        .card {
            background: white;
            color: #333;
            padding: 10px;
           
            text-align: left;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        .card h3 {
            font-size: 18px;
            margin-bottom: 10px;
            color: #d41f4f;
        }

        .card p {
            font-size: 14px;
        }

        .card .icon {
            width: 40px;
            height: 40px;
            margin-bottom: 10px;
        }
        .header1 {
            background: url('Home/Partnership.jpg') no-repeat center center/cover;
            color: white;
            padding: 50px 20px;
            position: relative;
			margin-top: 20px;
        }
        .header2 {
            background: url('Home/Programme-at-CST.jpg') no-repeat center center/cover;
            color: white;
            padding: 50px 20px;
            position: relative;
			margin-top: 20px;
        }
        .header1 h1 {
            font-size: 2em;
        }
        .description1 {
            max-width: 600px;
            margin: 20px auto;
            font-size: 1.2em;
			font-family: Calibri Light;
        }
        .partnerships-container1 {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            padding: 40px 20px;
			position:relative;
			z-index: 1;
        }
		    .partnerships-container2 {
            display: grid;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            padding: 40px 20px;
			position:relative;
			z-index: 1;
			  
  grid-template-columns: 0.8fr 1.2fr;
        }
        .partnership-card1 {
            width: 40%;
            background: white;
            padding: 20px;
            display: flex;
            align-items: center;
            gap: 10px;
             
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .partnership-card1 img {
            width: 70%;
            height:70%;
			Margin-top:-25px;
			
        }
        .partnership-content1 {
            text-align: left;
			
        }
        .partnership-title1 {
            color: red;
            font-weight: bold;
			font-family: Calibri Light;
			line-height:2px;
        }

        .card1 h3 {
            font-size: 18px;
            margin-bottom: 10px;
            color: #d41f4f;
        }

        .card1 p {
            font-size: 14px;
			color: black;
        }

        .card1 .icon {
            width: 40px;
            height: 40px;
            margin-bottom: 10px;
        }
		
		
        .container3 {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            text-align: center;
        }

        .header3 {
            margin-bottom: 30px;
        }

        .header3 h1 {
            font-size: 36px;
            color: #003366;
        }

        .header3 p {
            font-size: 18px;
            margin: 20px 0;
			color: #003366;
        }

        .header3 button {
            background-color: transparent;
            color: #003366;
            border: 2px solid #003366;
            padding: 10px 20px;
            font-size: 14px;
            cursor: pointer;
            border-radius: 4px;
            transition: background 0.3s, color 0.3s;
        }

        .header3 button:hover {
            background-color: #003366;
            color: white;
        }

     .container4 {
      padding: 40px 20px;
    }
    .title4 {
      font-size: 24px;
      font-weight: bold;
      color: #C21807; /* Red color */
      margin-bottom: 30px;
	  text-align:center;
    }
    .grid4 {
      display: flex;
      justify-content: center;
      gap: 30px;
      flex-wrap: wrap;
    }
    .card4 {
      text-align: center;
      width: 200px;
    }
    .icon4 {
      width: 80px;
      height: 80px;
      background-color: #F5F5F5;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto 10px;
    }
    .icon4 img {
      width: 100%;
      height: 100%;
    }
    .heading4 {
      font-size: 16px;
      font-weight: bold;
      color: #333;
      margin: 10px 0;
	  font-family: Calibri Light;
    }
	
    .banner5 {
      position: relative;
      width: 100%;
      height: 400px; /* Adjust height as needed */
      background: url('Home/image.jpg') center/cover no-repeat; /* Replace with actual background image */
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
    }
    .overlay5 {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 51, 0.7); /* Semi-transparent blue overlay */
	  opacity: 0;
    }
    .content5 {
      position: relative;
      text-align: center;
      padding: 35px 100px 35px 100px;
      border: 2px solid #FFA500; /* Gold border color */
      display: inline-block;
    }
    .content5 h1 {
      font-size: 24px;
      font-weight: bold;
      margin: 0 0 10px 0;
    }
    .content5 p {
      font-size: 16px;
      margin: 0;
	  font-family: Calibri Light;
    }  
	.subscribe-section6 {
      width: 100%;
      padding: 20px;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }
    .subscribe-section6 h2 {
      font-size: 24px;
      color: #002060; /* Dark blue color */
      margin: 0 0 20px;
      text-align: center;
    }
    .subscribe-form6 {
      display: flex;
      align-items: center;
     
      padding-top: 20px;
    }
    .subscribe-form6 input[type="email"] {
      width: 300px;
      padding: 10px;
      border: 2px solid #cb8a45; /* Gold border */
      
      
      outline: none;
      font-size: 14px;
    }
    .subscribe-form6 button {
      padding: 10px;
      border: none;
      background-color: #cb8a45; /* Gold background */
      color: white;
      font-size: 14px;
      cursor: pointer;
     
      color: #fff;
	  
    }
    .subscribe-form6 button:hover {
      background-color: #cb8a45; /* Darker gold on hover */
    }
        
       
 
 /* Responsive Navbar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 10px 5%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-family: 'TrajanPro', serif;
}

.logo {
  height: 50px;
}

.navbar ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.navbar li {
  margin: 0 15px;
}

.navbar a {
  color: #000;
  font-weight: bold;
}

.apply-now {
  padding: 10px 20px;
  background-color: #c8102e;
  color: #fff;
  border-radius: 5px;
}

/* Mobile Navigation */
@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: center;
    padding: 10px;
	z-index: 2;
	position:relative;
  }
  .navbar ul {
    flex-direction: column;
    text-align: center;
    width: 100%;
    padding: 0;
	
  }
  .navbar li {
    margin: 10px 0;
	font-family: Calibri Light;
  }
  .apply-now {
    display: block;
    text-align: center;
    margin-top: 10px;
    width: 100%;
    padding: 5px;
	font-family: Calibri Light;
  }
}

@media (max-width: 480px) {
  .logo {
    height: 40px;
  }
  .navbar a {
    font-size: 14px;
	font-family: Calibri Light;
  }
  .apply-now {
    font-size: 14px;
    padding: 5px;
  }
}
/* Responsive Banner */


@media (max-width: 1024px) {
  .banner {
    height: 40vh;
	position: relative;
	background: url('hospitality/host_banner1.jpg') no-repeat center center / cover;
	z-index: 1;
	position:relative;
  }
  .banner h1 {
    font-size: 2rem;
  }
  .banner p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .banner {
    height: 40vh;
    padding: 10%;
    position: relative;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), #04226a), 
                  url('Home/tech-ban.png') no-repeat center center / cover;
				  
	z-index: 1;
	position:relative;
  }
  .banner h1 {
    font-size: 1.8rem;
  }
  .banner p {
    font-size: 1rem;
  }
  .buttons {
    flex-direction: column;
    align-items: center;
  }
}

/* Responsive Hero Section */
.hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #001a57;
  color: #fff;
  padding: 40px;
  text-align: center;
}

.hero-content {
  max-width: 90%;
}

.hero-content h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 1rem;
  margin-bottom: 20px;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 1024px) {
  .hero-section {
    padding: 30px;
  }
  .hero-content h1 {
    font-size: 2rem;
  }
  .hero-content p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    padding: 20px;
  }
  .hero-content h1 {
    font-size: 1.8rem;
  }
  .hero-content p {
    font-size: 1rem;
  }
  .hero-buttons {
    flex-direction: column;
  }
}

.hero-image img {
  width: 100%;
  max-height: 50vh;
  object-fit: cover;
}

@media (max-width: 480px) {
	
  .banner {
    
    padding: 10%;
    position: relative;
	background:url('Home/Hospitality1.png') no-repeat center center / cover;
	z-index: 1;
	position:relative;
	            width: 50%;
            height: 100%;
            object-fit: cover;
  }
  .banner h1 {
    font-size: 1rem;
  }
  .hero-content h1 {
    font-size: 1.8rem;
  }
}

/* Responsive Footer Section */

@media (max-width: 1024px) {
  .container7 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .column {
    max-width: 80%;
  }
  .social-icons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .container7 {
    padding: 20px;
  }
  .column {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .container7 {
    padding: 15px;
  }
  h2 {
    font-size: 1.2rem;
  }
  .social-icons a {
    width: 25px;
    height: 25px;
  }
}

/* Responsive Overview and Subscription Section */


@media (max-width: 1024px) {
  .overview-value-section3 {
    grid-template-columns: 1fr;
    text-align: center;
  }
    .overview-value-section4 {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .overview1, .value1 {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .overview-value-section3 {
    padding: 15px;
  }
    .overview-value-section4 {
    padding: 15px;
  }
  .overview1, .value1 {
    padding: 4px;
  }
}

/* Responsive Subscription Section */
.subscribe-section6 {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.subscribe-section6 h2 {
  font-size: 24px;
  color: #002060;
  margin-bottom: 20px;
  text-align: center;
}

.subscribe-form6 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 20px;
}

.subscribe-form6 input[type="email"] {
  width: 300px;
  padding: 10px;
  border: 2px solid #FFA500;
  
  border-radius: 4px 0 0 4px;
  outline: none;
  font-size: 14px;
}

.subscribe-form6 button {
  padding: 10px 20px;
  border: none;
  background-color: #FFA500;
  color: white;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  font-weight: bold;
}

.subscribe-form6 button:hover {
  background-color: #cc8400;
}

@media (max-width: 768px) {
  .subscribe-form6 {
    flex-direction: column;
    width: 100%;
  }
  .subscribe-form6 input[type="email"],
  .subscribe-form6 button {
    width: 100%;
    border-radius: 4px;
  }
}
/* Responsive Overview and Value Section */


@media (max-width: 1024px) {
  .overview-value-section {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .overview, .value {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .overview-value-section {
    padding: 15px;
  }
  .overview-content h3, .value h2 {
    font-size: 1.5rem;
  }
  .overview p, .value p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .overview-value-section {
    padding: 10px;
  }
  .overview-content h3, .value h2 {
    font-size: 1.3rem;
  }
  .overview p, .value p {
    font-size: 0.85rem;
  }
  .explore-more-btn {
    padding: 8px 15px;
  }
}


/* Responsive Partnerships Section */

@media (max-width: 1024px) {
  .partnerships-container1 {
    grid-template-columns: 1fr;
    text-align: center;
  }
    .partnerships-container2 {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .partnership-card1 {
    flex-direction: column;
    text-align: center;
	width: 80%;
  }
  .partnership-title1{
   text-align: center;
   padding:5px;
   font-size: 25px;
  }
   p{
   text-align: center;
   padding:5px;
  }
  .partnership-card1 img {
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .header1 {
    padding-bottom: 20px;
	
  }
    .header2 {
    padding-bottom: 20px;
	margin-bottom:730px;
	
  }
  .description1{
	  padding-bottom:2px;
  }
  .partnership-title1 {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .header1 {
    padding-bottom: 10px;
	
  }
    .header2 {
    padding-bottom: 430px;

	

	
  }
    .description1{
	  padding-bottom:2px;
  }
  .partnership-card1 {
    padding: 15px;
	width: 80%;
  }
    .partnership-title1{
   text-align: center;
   padding:5px;

   font-size: .9rem;
   line-height:1px;
  }
    p{
   text-align: center;
   padding:5px;
  }
  .partnership-title1 {
    font-size: .9rem;
	line-height:1px;
  }
      .content5 {
      position: relative;
      text-align: center;
      padding: 20px 20px 20px 20px;
      border: 1px solid #FFA500; /* Gold border color */
      
    }
  .overview-value-section3 {
    padding: 0 25px 0 25px;
  }
   .overview-value-section4 {
    padding: 0 25px 0 25px;
  }
  .overview1, .value1 {
    padding: 4px;
  }
    .partnerships-container1 {
    grid-template-columns: 1fr;
    text-align: center;
  }
    .partnerships-container2 {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .partnership-card1 {
    flex-direction: column;
    text-align: center;
	width: 80%;
  }
}


/* General Styles */
/* Responsive Margin for Large Screens */
@media (min-width: 1024px) {
    .container {
        margin-left: 160px;
        margin-right: 160px;
    }
}

.card {
    display: flex;
    flex-direction: column;
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 9000px;
    width: 80%;
}

.left-section,
.right-section {
    padding: 10px;
}

.right-section {
    background: #f8f9fa;
    position: relative;
}

.left-section h1 {
    color: #003366;
    font-size: 32px;
    margin: 0 0 10px;
}

.left-section p {
    color: #555;
    font-size: 16px;
    margin-bottom: 10px;
}

.left-section button {
    background: #1a2b5c;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

.right-section h3 {
    color: #d41f4f;
    font-size: 20px;
    margin: 0 0 10px;
}

.feature {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.feature img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.feature span {
    font-size: 16px;
    color: #555;
}

/* Responsive Grid Layout */
.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 40px;
    padding: 0 20px;
    width: 100%;
}

.card {
    background: white;
    color: #333;
    padding: 10px;
    border-radius: 8px;
    text-align: left;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 90%;
}

.card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #d41f4f;
}

.card p {
    font-size: 14px;
}

.card .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

/* Responsive Design */
@media (min-width: 768px) {
    .card {
        flex-direction: row;
    }
    .left-section, .right-section {
        flex: 1;
    }
}

@media (max-width: 767px) {
    .container {
        height: auto;
        padding: 20px;
		position: relative;
		margin-left: 10px;
		margin-right: 10px;
    }
    .card {
        flex-direction: column;
    }
    .left-section h1 {
        font-size: 24px;
		text-align: center;
    }
    .left-section p, .feature span {
        font-size: 14px;
    }
    .feature img {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 480px) {
    .container {
        
		Margin-top:-280px;
    }
    .card {
        padding: 10px;
		Margin: 40px;
    }
    .left-section h1 {
        font-size: 20px;
    }
    .left-section p, .feature span {
        font-size: 12px;
		text-align: left;
    }
    .feature img {
        width: 25px;
        height: 25px;
    }
    .left-section button {
        font-size: 12px;
        padding: 8px 12px;
    }
.banner {
      position: relative;
      height: 40vh;
      display: flex;
      align-items: left;
      justify-content: left;
      background: url('hospitality/host_banner2.jpg') no-repeat center center / cover;
      color: white;
      text-align: left;
      padding-top:10px;
	  padding-left:5px;
	  padding-bottom:10px;
    }
	  .banner-content {
    text-align: left;
  }

  .banner h1 {
    font-size: 1.4rem;
  }

  .banner p {
    font-size: 1rem;
	text-align:left;
  }
  	    .buttons {
	  align-items: left;
    }

      .buttons .explore {
      background: transparent;
      border: 1px solid #cb8a45;
      color: white;

    }
    .buttons .explore:hover {
      background: white;
      color: black;
    }
    .buttons .corporate {
      background: #e63946;
      border: none;
      color: white;
	  
    }

}


/* Base Navbar Styles */


/* Mobile Styles */
@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }

  /* Hide the menu by default */
  .navbar nav ul {
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  /* Show menu when active */
  .navbar nav ul.show {
    display: flex;
  }

  .navbar li {
    margin: 10px 20px;
  }

  /* Hamburger menu */
  .menu-toggle {
    display: block;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 15px;
	color: black;
  }

  /* Center Apply Now Button */
  .apply-now {
    margin-top: 10px;
    text-align: center;
    width: 100%;
	color: white;
  }
}

/* Responsive Banner */
@media (max-width: 768px) {
  .banner {
    height: auto;
	width: auto;
    padding: 50px 20px;
    background-position: left;
  }

  .banner-content {
    text-align: left;
  }

  .banner h1 {
    font-size: 1.5rem;
  }

  .banner p {
    font-size: 1rem;
  }

  .buttons {
    flex-direction: column;
    align-items: left;
  }

  .buttons a {
    width: 50%;
    text-align: center;
  }
}

/* Hero Section */
@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-buttons .btn {
    margin-bottom: 10px;
    width: 100%;
  }

  .hero-image img {
    width: 100%;
    height: auto;
  }
}

/* Image container */
.image-container {
    position: relative;
    width: 100%;
    max-width: 800px; /* Prevents too large images */
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
     /* Optional rounded corners */
}

/* Text overlay */
.text-overlay {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #c8102e;
	
    font-size: 16px; /* Responsive font size */
    text-align: center;
    background-color:white;
    padding: 0 70px 0 70px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .text-overlay {
        font-size: 12px;
        padding: 0 70px 0 70px;
    }
}

@media (max-width: 480px) {
    .text-overlay {
        font-size: 12px;
        padding: 0 70px 0 70px;
    }
	.overview-container1 {
  display: flex;
  align-items: center;
  font-size: 16px;
  /* Adjust text size */
}
        .slider-container {
            width: 65%;
            overflow: hidden;
            white-space: nowrap;
            position: relative;
        }
        .slider {
            display: flex;
            gap: 15px;
            animation: scroll 15s linear infinite;
        }
        .course {
            position: relative;
            width: 390px;
            height: 370px;
           
            overflow: hidden;
        }
        .course img {
            width: 100%;
            height: 100%;
		    
            object-fit: cover;
        }
        .course-text {
            position: absolute;
            bottom: 0;
            width: 83%;
            background: white;
            color: #c8102e;
            text-align: center;
            Margin-left: 10px;
            Margin-right:10px;
			Margin-bottom:10px;
			padding:15px;
            font-size: 14px;
            font-weight: bold;
        }
        @keyframes scroll {
            0% { transform: translateX(100%); }
            100% { transform: translateX(-100%); }
        }
	.overview-container3 {
  display: flex;
  align-items: center;
  font-size: 16px; /* Adjust text size */
  color: #04226a; /* Adjust text color */
  padding-top: 20px;
}
	.overview-container4 {
  display: flex;
  align-items: center;
  font-size: 16px; /* Adjust text size */
  color: #04226a; /* Adjust text color */
  padding-top: 20px;
}
}
.navbar {
            display: flex;
            
            align-items: center;
            background-color: #fff;
			color: #000;
            padding: 10px 1px 10px 1px;
			color: #000;
			padding-left: 60px;
        }
		
        .logo {
            height: 50px;
        }
        .menu-toggle {
            display: none;
            font-size: 16px;
            color: white;
            cursor: pointer;
        }
        nav ul {
            list-style-type: none;
            
            margin: 0;
            display: flex;
        }
        nav ul li {
            position: relative;
            padding: 10px;
						background-color: #fff;
						font-family: Calibri Light;
						font-size: 15px;
						text-align: right;
						padding: 10px 2px 10px 2px;
						           
			color: #000;
        }
        nav ul li a {
            color: #000;

            text-decoration: none;
            
        }
		.navbar ul li a:hover {
            text-decoration: underline;
			background-color: #fff;
			color: #c8102e;
        }


        .dropdown > a::after {
            content: " ▼";
            font-size: 12px;
        }
        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #444;
            min-width: 150px;
            box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
            z-index: 1;
        }
        .dropdown-content a {
            color: white;
            padding: 10px;
            display: block;
            text-decoration: none;
			text-align:left;
        }
        .dropdown:hover .dropdown-content {
            display: block;
			text-decoration: underline;
        }
        @media (max-width: 768px) {
            .menu-toggle {
                display: block;
            }
            nav ul {
                display: none;
                flex-direction: column;
                background-color: #333;
                position: absolute;
                top: 60px;
                left: 0;
                width: 100%;
            }
            nav ul.active {
                display: flex;
            }
            nav ul li {
                text-align: center;
                padding: 15px 0;
            }
            .dropdown-content {
                position: static;
                box-shadow: none;
            }
        }
        @media (max-width: 480px) {
            .navbar {
                flex-direction: column;
                align-items: flex-start;
               
				background-color: #fff;
				color: #000;
				padding-left: 5px;
				
            }
            .menu-toggle {
                align-self: flex-end;
				color: #000;
				padding-top: 7px;
				font-size: 20px;
            }
            nav ul {
                width: 100%;
				
            }
			        nav ul li {
            position: relative;
            padding-top: 2px;
						background-color: #fff;
						color: #000;
						font-family:Calibri;
						font-size: 15px;
						text-align: center;
						
        }

		
            .dropdown-content {
                width: 100%;
				background-color: #fff;
				color: #000;
				
            }
			        .dropdown-content a {
            color: #000;
            padding: 10px;
            display: block;
            text-decoration: none;
			text-align:center;
        }
			        .dropdown:hover .dropdown-content {
            display: block;
			text-decoration: none;
        }
		  .apply-now {
    font-size: 14px;
	Margin: -10px -10px 0 -5px;
    padding: 5px;
  }
  }
    .container7 {
            display: flex;
            justify-content: space-between;
        }
        .column {
            flex: 1;
            
		
			
			 
			color: #000;
        }
        .logo img {
            width: 180px;
			padding-top: 20px;
        }
        .column h2 {
            color: #c8102e;
			font-size:18px;
            
        }
		    .column h3 {
            color: #c8102e;
			font-size:18px;
            padding-left: 80px;
        }
        .social-icons {
            display: flex;
            gap: 2px;
        }
        .social-icons a {
            width: 30px;
            height: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            border-radius: 50%;
            background-color: #fff;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .social-icons a:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 10px rgba(0,0,0,0.2);
        }
        .social-icons img {
            width: 30px;
            height: 30px;
        }
        .links ul {
            list-style: none;
            padding-left: 80px;
			color: #000;
        }
        .links ul li {
            margin: 5px 0;
			color: #000;
		   
        }
		      .links ul li a:hover {
            text-decoration: underline;
        }
        .enquiries i {
            color: #cb8a45;
            margin-right: 8px;
			
			
        }
	.footer {
            padding: 20px 0;
            text-align: center;
            font-size: 14px;
            color: #000;
        }
        .footer hr {
            margin: 10px 0;
            color: #ccc;
        }
        .footer-links a {
            color: #000;
            text-decoration: none;
            margin: 0 10px;
        }
        .footer-links a:hover {
            text-decoration: underline;
        }
		        .social-icons {
            display: flex;
            gap: 15px;
            list-style: none;
            padding: 0;
        }

        .social-icons li {
            display: inline-block;
        }

        .social-icons a {
            text-decoration: none;
            font-size: 30px;
            color: #333;
            transition: color 0.3s;
        }

        .social-icons a:hover {
            color: #0073e6; /* Change color on hover */
        }
		.social-icons {
            display: flex;
            gap: 8px;
            list-style: none;
            padding: 0;
        }

        .social-icons li {
            display: inline-block;
        }

        .social-icons a {
            text-decoration: none;
            font-size: 30px;
            color: #333;
            transition: color 0.3s;
        }

        .social-icons a:hover {
            color: #0073e6; /* Change color on hover */
        }
 @media (max-width: 768px) {
  .container7 {
    padding: 20px;
  }
  .column {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .container7 {
    padding: 15px;
  }
  .quote-section {
  background-color: #fff;
  color: #002060;
Margin: 0;
}
.quote-section p {
  font-size: 1rem;
  text-align: center;
  color: black;
  font-family: Calibri;
  Margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  
}
  .column {
    max-width: 100%;
  }
  .column h2 {
    font-size: 1.2rem;
	text-align: Center;
	padding-top:15px;
  }
    .column p {
    font-size: .9rem;
	text-align: Center;
	padding-top:15px;
  }
  
  .social-icons a {
    width: 25px;
    height: 25px;
  }
          .container7 {
            display: flex;
            text-align: center;
			padding-left: 10px;
			padding-right: 10px;
        }
        .column h2 {
            color: #c8102e;
			font-size:18px;
            text-align: center;
			Margin-bottom: -15px;
			padding-left: 10px;
			padding-right: 10px;
        }
		    .column h3 {
            color: #c8102e;
			font-size:18px;
           text-align: center;
		   padding-left: 10px;
			padding-right: 10px;
        }
		        .links ul {
            list-style: none;
            text-align: center;
			padding-left: 10px;
			color: #000;
        }
		.column {
            flex: 1;
            
			color: #000;
			text-align: center;
			padding-left: 10px;
			padding-right: 10px
        }
        .logo img {
            
			padding-top: 20px;
			text-align: center;
			padding-right: 40px;
			
        }
        .column h2 {
            color: #c8102e;
			font-size:18px;
		    text-align: center;
			padding-left: 10px;
			padding-right: 10px
            
        }
		    .column h1 {
            
			font-size:18px;
		    text-align: center;
			padding-right: 30px;
			padding-top: 10px;
            
        }
		
		    .column h3 {
            color: #c8102e;
			font-size:18px;
            text-align: center;
			padding-left: 10px;
			padding-right: 10px
        }
        .social-icons {
            display: flex;
            gap: 2px;
			text-align: center;
            padding-bottom: 20px;
			padding-right: 5px;
			
        }
        .social-icons a {
            width: 30px;
            height: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            border-radius: 50%;
            background-color: #fff;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            
        }
        .social-icons a:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 10px rgba(0,0,0,0.2);
        }
        .social-icons img {
            width: 30px;
            height: 30px;
        }
}

html, body {
            margin-right: 0;
			
			padding: 0;
            
            width: 100%;

            font-family: 'TrajanPro', serif;
            background-color: white;
            color: white;
			 
    overflow-x: hidden;
    max-width: 100%;

        }
