/* General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #e0f7fa;
    color: #333;
    font-family: Speda-Bold; 

}

a{
    text-decoration: none;
}

    div.b45{
        margin-top:-34px !important;
    }
    div.c45{
        margin-top:-35px !important;
    }
    div.g45{
        margin-top:-35px !important;
    }
    
    
marquee.marquee-text {
  position: relative !important;
  margin-top: 0%;
    
}
nav{
    margin-top:1% !important;
}

div.navbar{
  margin-left: 27% !important;
}

div.logo img {
  width: 400px !important;
  height: 400px !important;
  top: 10% !important;
  z-index: -1;
}
/* Main Content Styles */
main {
    margin-top:15%;
    padding: 50px 0;
    text-align:right;

}

main .container {
    max-width: 1200px;
    margin: 0 auto;
}

.about-section {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
}

.about-section h2 {
    font-size: 28px;
    color: #2c3e50;
    margin-bottom: 20px;
}

.about-section p {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
}

/* Responsive Design */
@media screen and (max-width: 480px) {
    
    div.logo img {
      margin-top:6% !important;
    }

    marquee.marquee-text {
        margin-top: 0%;
        position: absolute !important;
    }

    nav{
       margin-top:5% !important;
    }

    main {
        margin-top:0%;
        padding: 50px 0;
        text-align:right;
    }
  }

  /* //////////////////////// */


  /* General Styles */
.container {
    width: 90%;
    max-width: 900px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-top: 17%;
    margin-right: 20%;
    margin-bottom: 5%;
}
nav{
    direction: ltr;
    overflow: hidden;
    z-index: 1 !important;
}
div.logo img{
    z-index: -1 !important;
}

/* Header */
header {
    text-align: center;
    margin-bottom: 20px;
}

header h1 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
}

/* Section Titles */
section h2 {
    font-size: 20px;
    color: #555;
    margin-bottom: 16px;
}

/* Contact Items */
.contact-section .contact-item,
.social-section .social-item {
    display: flex;
    align-items: center;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-section .contact-item:hover,
.social-section .social-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Icons */
.icon img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

.details h3 {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.details p {
    margin: 4px 0 0;
    font-size: 14px;
    color: #666;
}

/* Social Items */
.social-item p {
    margin: 0;
    font-size: 14px;
    color: #333;
}

/* Responsive Design */
@media screen and (max-width: 400px) {
    div.logo {
        margin-left: 17%;    
    }
    .social-icons li a img {
        bottom:13% !important;
    }
}
@media screen and (max-width: 480px) {
    .container {
        padding: 16px;
        margin-right: 5%;
        margin-top: -5%;
    }
 div.logo img {
        right: 26% !important;
        top: -4% !important;
   }

    header h1 {
        font-size: 20px;
    }

    section h2 {
        font-size: 18px;
    }

    .contact-section .contact-item,
    .social-section .social-item {
        padding: 10px;
    }

    .icon img {
        width: 32px;
        height: 32px;
    }

    .details h3 {
        font-size: 14px;
    }

    .details p,
    .social-item p {
        font-size: 12px;
    }
}
