* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #ECF0F1;
}

/* Hero Section - Transforming College Marketing */
.hero-section {
  background: #FFFFFF;
  text-align: center;
  padding: 50px 20px;
  color: #2C3E50;
  font-size: 1.5em;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.hero-section h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
}

.hero-section p {
  font-size: 1.2em;
  margin-bottom: 20px;
}

.hero-section .btn {
  display: inline-block;
  padding: 12px 24px;
  background: #E74C3C;
  color: #FFFFFF;
  font-size: 18px;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
}

.hero-section .btn:hover {
  background: #C0392B;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2C3E50;
  color: #fff;
  padding: 10px 20px;
  position: relative;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 50px;
}

nav ul li {
  margin-right: 10px;
  cursor: pointer;
  padding: 10px 15px;
  transition: background-color 0.3s, color 0.3s;
}

nav ul li:hover {
  background-color: #E74C3C;
  color: #FFFFFF;
  border-radius: 5px;
}

nav ul li a {
  color: #E74C3C;
  text-decoration: none;
  transition: color 0.3s;
}

nav ul li a:hover {
  color: #FFFFFF;
}

.logo img {
  width: 50px;
  height: auto;
  border: 3px solid white;
}

#home {
height: 100vh;
background: url('main.jpg') no-repeat center center/cover;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
color:black;
text-align: center;
text-shadow: 2px 2px 10px white;
background-color: #bcbcbc;
background-blend-mode:multiply;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.hero-content{
  margin-bottom: 250px;
}
.hero-content h1 {
font-size: 3em;
margin: 0;
opacity: 0;
animation: fadeIn 2s forwards;
}

.hero-content p {
font-size: 1.5em;
margin: 10px 0;
opacity: 0;
animation: fadeIn 2s forwards 1s;
}

.btn {
display: inline-block;
padding: 12px 24px;
background: #E74C3C;
color: #FFFFFF;
font-size: 18px;
text-decoration: none;
border-radius: 5px;
margin-top: 100px;
transition: 0.3s;
}

.btn:hover {
background: #C0392B;
}

@keyframes fadeIn {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

#services {
padding: 50px 20px;
background: #FFFFFF;
text-align: center;
}

#services h2 {
font-size: 2.5em;
color: #2C3E50;
margin-bottom: 10px;
}

#services p {
font-size: 1.2em;
color: #555;
margin-bottom: 30px;
}

.service-cards {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}

.card {
background: #2C3E50;
color: white;
padding: 20px;
border-radius: 8px;
width: 200px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
text-align: center;
font-size: 1.2em;
transition: transform 0.3s, box-shadow 0.3s;
cursor: pointer;
position: relative;
overflow: hidden;
text-decoration: none;
}

.card:hover {
transform: translateY(-5px) scale(1.05);
box-shadow: 0 6px 15px rgba(231, 76, 60, 0.3);
}

.card::before {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.2);
transition: left 0.5s;
}

.card:hover::before {
left: 100%;
}

.fade-in-section {
opacity: 0;
transform: translateY(30px);
transition: opacity 1s, transform 1s;
}

.fade-in-section.visible {
opacity: 1;
transform: translateY(0);
}

.marquee {
background-color: #FFFFFF;
padding: 20px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
overflow: hidden;
}

.logo-item {
display: inline-flex;
align-items: center;
margin: 0 15px;
}

.logo-item img {
height: 100px;
margin-right: 10px;
}

.logo-item span {
font-size: 18px;
font-weight: bold;
}
.Aboutsec{
  background-color: white;
}
.container1{
  width: auto;
  margin-left: 200px;
  margin-right: 200px;
  gap: 200px;
  display: flex;
}
.box1{
  width: 800px;
  margin-top: 20px;
  height: auto;
}
.box2 img{
  width:350px;
  height: auto;
  border: 5px solid black;
  box-shadow: 20px 20px 10px burlywood;
}
/* From Uiverse.io by AKAspidey01 */ 
.button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border-radius: 10px;
  border: none;
  overflow: hidden;
  background: rgb(164, 46, 194);
  color: #fff;
}

.button-text {
  transform: translateX(15px);
  font-size: 1.5em;
  font-weight: 700;
  transition-duration: 0.3s;
}

.iconer {
  transform: translateY(35px);
  transition-duration: 0.3s;
}

.button:hover .button-text {
  transform: translateX(0px);
}

.button:hover .iconer {
  transform: translateY(0px);
}

/* testnomial */
.container{
  position: relative;
  width: 100%;
  min-height: 300px;
  background-color: #f5f5f5;
}
.container .contents-wraper{
  width: 70%;
  min-height: inherit;
  margin: 30px auto;
  text-align: center;
}
.contents-wraper .header h1{
  position: relative;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}
.contents-wraper .header h1::before{
  content: '';
  width: 200px;
  height: 2px;
  background-color: #006994;
  border-radius: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}
.contents-wraper .testRow{
  width: 100%;
  min-height: inherit;
  position: relative;
  overflow: hidden;
}
.testRow .testItem{
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.testRow .testItem:not(.active){
  top: 0;
  left: -100%;
}
.testRow .testItem img{
  width: 150px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 5px;
  outline: 2px solid #006994;
  outline-offset: 2px;
}
.testRow .testItem h3{
  font-size: 30px;
  font-style: italic;
  padding: 7px;
}
.testRow .testItem h4{
  font-style: italic;
}
.testRow .testItem p{
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 10px;
}
.contents-wraper .indicators{
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  cursor: pointer;
}
.contents-wraper .indicators .dot{
  width: 15px;
  height: 15px;
  margin: 0px 3px;
  border: 3px solid #aaa;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.5s ease;
}
.contents-wraper .indicators .active{
  background-color: #006994;
}
@keyframes next1{
  from{
      left: 0%;
  }
  to{
      left: -100%;
  }
}
@keyframes next2{
  from{
      left: 100%;
  }
  to{
      left: 0%;
  }
}

@keyframes prev1{
  from{
      left: 0%;
  }
  to{
      left: 100%;
  }
}
@keyframes prev2{
  from{
      left: -100%;
  }
  to{
      left: 0%;
  }
}

@media(max-width: 550px){
  .container .contents-wraper{
      width: 90%;
  }
  .contents-wraper .header h1{
      font-size: 32px;
  }
  .testRow .testItem h3{
      font-size: 26px;
  }
  .testRow .testItem p{
      font-size: 16px;
      letter-spacing: initial;
      line-height: initial;
  }

}

.contact {
  padding: 50px 0;
  background: #f9f9f9;
  background-color:goldenrod;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.contact__content {
  flex: 1;
  padding: 20px;
  margin-bottom:140px;
}
.contact__form-wrapper {
  flex: 1;
  padding: 20px;
}
.contact__title {
  font-size: 2rem;
  margin-bottom: 10px;
}
.contact__details p {
  margin: 10px 0;
}
.social__icons {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.social__icons .icon {
  padding: 0.5rem;
  border-radius: 5px;
  color: white;
  background-color: orangered;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
}

.social__icons .icon:hover {
  background-color:blue;
  transform: scale(1.2);
}
.contact__form input, .contact__form textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.btn {
  background: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
.btn:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }
}


footer {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.footer-content {
  display: flex;
  justify-content: space-around;
  padding: 20px;
}

.footer-section {
  flex: 1;
  margin: 0 20px;
}

.footer-section h2 {
  margin-bottom: 10px;
  font-size: 18px;
}

.footer-section p {
  font-size: 14px;
  line-height: 1.5;
}

.footer-section ul {
  list-style-type: none;
  padding: 0;
}

.footer-section ul li {
  margin: 5px 0;
}

.footer-section ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-section ul li a:hover {
  text-decoration: underline;
}

.footer-bottom {
  margin-top: 20px;
  font-size: 14px;
}


#customAlert {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.alertBox {

   padding-top: 30px;
   padding-right: 25px;
  text-align: center;
  border-radius: 10px;
  position: relative;
}
.alertBox img {
  width: 250px;
  height: 250px;
}
.closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

/* ✅ Extra Small Devices (Phones - Portrait) */
@media (max-width: 576px) {
  .hero-section {
      padding: 30px 10px;
      font-size: 1.2em;
  }

  .hero-section h1 {
      font-size: 1.8em;
  }

  .hero-section p {
      font-size: 1em;
  }

  .btn {
      padding: 10px 20px;
      font-size: 16px;
      width: 100%;
      text-align: center;
  }

  .container1 {
      flex-direction: column;
      margin: 0;
      gap: 20px;
      text-align: center;
  }

  .box1, .box2 img {
      width: 100%;
      max-width: 350px;
      margin: auto;
  }

  .service-cards {
      flex-direction: column;
      align-items: center;
  }

  .card {
      width: 100%;
      max-width: 250px;
  }

  .footer-content {
      flex-direction: column;
      text-align: center;
  }
}

/* ✅ Small Devices (Phones - Landscape) */
@media (max-width: 768px) {
  .hero-section {
      padding: 40px 15px;
  }

  .hero-section h1 {
      font-size: 2em;
  }

  .hero-section p {
      font-size: 1.1em;
  }

  nav ul {
      flex-direction: column;
      align-items: center;
      gap: 15px;
  }

  .contact__form input,
  .contact__form textarea {
      width: 100%;
  }

  .testRow {
      flex-direction: column;
      align-items: center;
  }

  .container {
      flex-direction: column;
      align-items: center;
      text-align: center;
  }
}

/* ✅ Medium Devices (Tablets) */
@media (max-width: 992px) {
  .container1 {
      margin: 0;
  }

  .box1 {
      width: 100%;
  }

  .box2 img {
      width: 80%;
  }

  .hero-section h1 {
      font-size: 2.2em;
  }

  .hero-section p {
      font-size: 1.2em;
  }
}
