* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Times New Roman', serif;
        }
        
        body {
            background-color: #ffffff;
            color: #333;
            line-height: 1.6;
            
            font-family: 'Times New Roman', serif;
        }
        .container {
            padding: 0px 120px;
        }  

        @media (max-width:1024px){
            .container {
            padding: 0px 40px;
        } 
        }   
         @media (max-width:800px){
            .container {
            padding: 0px 10px;
        } 
        }  
       
.top-bar {
    background-color: #003366;
    color: white;
    padding: 10px 4%;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}
.top-bar .contact span {
    margin-right: 10px;
}
.top-bar a {
    color: white;
    text-decoration: none;
    margin-left: 5px;

    
}
.top-bar .payment-btn{
        background-color: #ffc107;
    padding: 14px 20px;
    margin-right: 40px;
    color: #003366;
}
.top-bar .payment-btn:hover{
    background-color: white;
    transition: 0.3s ease-in-out;
}
@media(max-width:800px){
   .contact {
        
        display: none;
    }
}
@media(max-width:800px){
   .top-bar .payment-btn {
        
        display: none;
    }
}
@media(max-width:800px){
   .top-bar  {
        justify-content: space-around;
        text-align: center;
    }
}
/* Header */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 4%;
    background-color: white;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 80px;
}

.logo .text {
    margin-left: 10px;
}

.logo h1 {
    font-size: 16px;
    font-weight: bold;
    color: #003366;
    margin: 0;
    line-height: 1.2;
}

.logo p {
    font-size: 12px;
    color: #666;
    margin: 0;
}

.menu-icon {
    font-size: 24px;
    cursor: pointer;
}
/* Navigation */
.xl-flex{
    display: flex;

}
.nav-item{
    text-decoration: none;
    color:#003366;
    padding: 10px 20px;
    font-size: 19px;
}
.student-item{
    padding-top: 14px;
}
.program-item{
    padding-top: 14px;
}

.nav-item:hover{
    background-color: #003366;
    color: #ffffff;
    transition: 0.4s ease-in-out;
}
.items-center{
    align-items: center;
}
  .navigation-menu-wrapper {
    position: relative;
  }

  /*dropdown seciton css*/
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -100px;
    background-color:#003366;
    width: 800px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
    z-index: 10;
  }

  @media(max-width:1140px){
    .dropdown-menu {
        
       width: 700px;
       
    }
}
    .program-dropdown-menu {
    position: absolute;
    top: 100%;
    background-color: white;
    width: 1340px;
    height: 350px; 
    left: -740px;
    padding: 40px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
    z-index: 10;
  }
@media(max-width:1200px){
    .program-dropdown-menu {
       width: 1150px; 
       left: -580px;
        height: 300px;
    }
}
@media(max-width:1140px){
    .program-dropdown-menu {
       width: 890px; 
       left: -480px;
       padding: 20px;
       height: 220px;
    }
}
 .dropdown-container{
    display: flex;
    gap: 20px;
    padding: 20px;
 } 
 .dropdown-box{
    background-color: #ffffff;
    text-align: center;
    color: #002f6c;
    padding: 30px;
 }

 .dropdown-box h3 {
    font-size: 25px;
    margin-bottom: 20px;
 }
 .dropdown-box p {
    font-size: 18px;
    margin-bottom: 20px;
 }
.dropdown-box button{
    color: #002f6c;
    background-color: #ffc107;
    font-size: 17px;
    padding: 15px 30px;
    border: 0;

}
.dropdown-box:hover.dropdown-box button { 
    color: #ffffff;
    background-color: #002f6c;
    transition: 0.3s ease-in-out;   
}
 .program-drop-section .program-img-flex{
    display: flex;
    gap: 40px;
 }
 @media(max-width:1140px){
    .program-drop-section .program-img-flex{
      gap: 20px;
    }
}
 .program-flexitem1 img{
    width: 286px;
    height: 60px;
 }
 @media(max-width:1200px){
 .program-flexitem1 img{
    width: 256px;
    height: 50px;
 }
}
@media(max-width:1140px){
 .program-flexitem1 img{
    width: 200px;
    height: 40px;
 }
}
  .program-flexitem2 img{
    width: 286px;
    height: 60px;
 }
 @media(max-width:1200px){
 .program-flexitem2 img{
    width: 256px;
    height: 50px;
 }
}
@media(max-width:1140px){
 .program-flexitem2 img{
    width: 200px;
    height: 40px;
 }
}
  .program-flexitem3 img{
    width: 283px;
    height: 124px;
 }
 @media(max-width:1200px){
  .program-flexitem3 img{
    width: 253px;
    height: 100px;
 }
}
@media(max-width:1140px){
  .program-flexitem3 img{
    width: 200px;
    height: 80px;
 }
}

  .program-flexitem4 img{
    width: 283px;
    height: 253px;
 }
@media(max-width:1200px){
  .program-flexitem4 img{
    width: 200px;
    height: 200px;
 }

}
@media(max-width:1140px){
  .program-flexitem4 img{
    width: 200px;
    height: 160px;
 }

}
.program-flexitem1 a {
    margin-bottom: 10px;
   
}
.program-flexitem2 a {
    margin-bottom: 20px;
}
  .navigation-menu-wrapper:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
    .program-menu:hover .program-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
 

  @media(max-width:1024px) {
.hidden{
    display:none;
}
  }
  .hamburger-menu {
            cursor: pointer;
            width: 30px;
            height: 25px;
            position: relative;
            margin-right: 15px;
            transition: all 0.3s;
            display: none;
            
        }
        @media (max-width:1024px) {
            .hamburger-menu{
                display: block;
            }
        }
        
        .hamburger-menu span {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            background: #333;
            border-radius: 3px;
            opacity: 1;
            left: 0;
            transform: rotate(0deg);
            transition: .25s ease-in-out;
        }
        
        .hamburger-menu span:nth-child(1) {
            top: 0px;
        }
        
        .hamburger-menu span:nth-child(2) {
            top: 10px;
        }
        
        .hamburger-menu span:nth-child(3) {
            top: 20px;
        }
        
        .hamburger-menu.open span:nth-child(1) {
            top: 10px;
            transform: rotate(135deg);
        }
        
        .hamburger-menu.open span:nth-child(2) {
            opacity: 0;
            left: -60px;
        }
        
        .hamburger-menu.open span:nth-child(3) {
            top: 10px;
            transform: rotate(-135deg);
        }
        

        
        /* Menu Overlay */
        .menu-overlay {
            position: fixed;
            top: 0;
            right: 0;
            width: 30%;
            height: 100%;
            background-color: white;
            box-shadow: -2px 0 5px rgba(0,0,0,0.2);
            z-index: 100;
            overflow-y: auto;
            transform: translateX(100%);
            transition: transform 0.3s ease;
        }
        @media (max-width:800px){
          .menu-overlay{
            width: 50%;
         }
        }
        .menu-overlay.open {
            transform: translateX(0);
        }
        
        .menu-close {
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 20px;
            cursor: pointer;
            background: none;
            border: 1px solid black;
            padding: 5px;
        }
        
        .menu-list {
            padding: 30px;
            list-style-type: none;
            margin: 0;
        }
        
       
        
        .menu-item a {
            display: block;
            padding:10px;
            color:#002f6c;
            text-decoration: none;
            font-size: 18px;
        }
        
        .menu-item a.active {
            color: #ffcc00;
        }
        
        .menu-item a.has-submenu {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .menu-item a.has-submenu::after {
            content: '+';
            font-size: 20px;
            margin-right: 10px;
        }
        
        .submenu {
            padding-left: 20px;
            display: none;
            background-color: #f9f9f9;
        }
        
        .submenu.open {
            display: block;
        }
        
              .submenu-item{
            list-style-type: none;
        }
        .submenu-item a {
            padding: 12px 20px;
            font-size: 18px;
            color:#002f6c;
            border-bottom: 1px solid rgb(210, 210, 210);
        }
        
        
        
        .blue-button {
            display: block;
            
            padding: 15px;
            margin: 0px 20px 20px 20px ;
            background-color: #003366;
            color: white;
            text-align: center;
            border: none;
            font-size: 16px;
           
            text-decoration: none;
        }
        
        /* Overlay background */
        .overlay-bg {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
            z-index: 99;
            display: none;
        }
        
        .overlay-bg.open {
            display: block;
        }
/* Search bar */
.search-container {
    background-color: #003366;
    padding: 15px 10%;
    display: flex;
    justify-content: center;
   
}

.search-box {
    display: flex;
    width: 100%;
    max-width: 850px;
    border-radius: 5px;
}

.search-box input {
    width: 80%;
    padding: 15px;
    font-size: 18px;
    border: none;
    outline: none;
}

.search-box button {
    width: 20%;
    background-color: #ffc107;
    border: none;
    color: white;
    cursor: pointer;
}

.search-box button:hover {
    background-color: #3a7bc8;
    transition: 0.3s ease-in-out;
}

        /* first Section */
        .first-section {
            padding: 40px 0;
            background-color: #ffffff;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        @media (max-width:800px){
            .first-section{
                flex-wrap: wrap;
                flex-direction: column;
            }
        }
        
        .first-section-text {
            width: 55%;
        }
        @media (max-width:800px){
            .first-section-text {
            width: 90%;
        }
        } 
        
        
        .first-section-text img {
            max-width: 60%;
            height: auto;
        }
        
        h1 {
            color: #003366;
            font-size: 35px;
            font-weight: bold;
            margin-bottom: 10px;
        }
        
        .description {
            color: #1a4770;
            font-size: 20px;
            margin-bottom: 20px;
        }
        /*Course form section*/
 /* form section*/
        .course-form-section{
            margin-left: 40px;
            margin-bottom: 40px;
            
        }
        @media (max-width:800px){
              .course-form-section{
            margin-left: 20px;
            margin-right: 20px;
            
        }
          }
        .form-box{
            width: 550px;
            background: #003366;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            text-align: center;
            
          }

          @media (max-width:700px){
            .form-box{
                width: 400px!important;
            }
          }
          @media (max-width:450px){
            .form-box{
                width: 300px!important;
            }
          }
        .form-container {
            
             padding: 0px 60px 30px 60px;
     
        }
        
        .form-box p {
           
            color: #003366;
            background-color: #ffc107;
            margin-bottom: 30px;
            margin-top: 0px;
            text-align: left;
            padding: 22px 0px 22px 60px;
            
        }
        .form-box p{
            font-size: 18px;
        }
        .form-box span{
            font-size: 22px;
            font-weight: bold;
        }
        .form-group {
            margin-bottom: 20px;
        }

        label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
        }

        input, textarea, select {
            width: 100%;
            padding: 12px;
            border: 1px solid #ddd;
            ;
            box-sizing: border-box;
            font-size: 16px;
            transition: border 0.3s;
        }

        input:focus, textarea:focus, select:focus {
            
            outline: none;
            box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
        }

        button {
            background-color: #003366;
            color: #ffc107;
            border: none;
            padding: 12px 20px;
            font-size: 16px;
            border: 2px solid #ffc107;
            
            cursor: pointer;
            
            transition: background-color 0.3s;
        }

        button:hover {
            background-color: #3a7bc8;
        }

        .error {
            color: var(--error-color);
            font-size: 14px;
            margin-top: 5px;
        }

        .success-message {
            background-color: #2ecc71;
            color: white;
            padding: 15px;
            border-radius: 4px;
            margin-bottom: 20px;
            display: none;
            text-align: center;
        }

        .required::after {
            content: "*";
            color: #e74c3c;
            margin-left: 4px;
        }

        @media (max-width: 650px) {
            .form-container {
                margin: 20px 10px;
                padding: 15px;
            }
        }




        /* Info Boxes Section */
        .info-boxes {
            display: flex;
            justify-content: space-between;
            margin-bottom: 80px;
        }
        @media (max-width:800px){
            .info-boxes{
                flex-wrap: wrap;
            }
        }

        .info-box {
            flex: 1;
            padding: 30px 30px 19px 30px;
            text-align: center;
            color: #333;
        }
        
        .info-box h2 {
            font-size: 2rem;
          font-family: "Lora", sans-serif;
            font-weight: 600;
            line-height: 1;
        }
        
        .info-box p {
            font-size: 18px;
            font-weight: 600;
              margin-bottom: 14px;
        }
        
        .yellow-box {
            background-color: #ffc107;
            margin: 6px;
        }
        
        /* Program Overview */
        .program-overview {
            margin-bottom: 80px;
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        @media (max-width:800px){
            .program-overview{
                flex-wrap: wrap;
                flex-direction: column;
            }
        }
        .program-text {
            max-width: 55%;
        }
           @media (max-width:800px){
            .program-text {
            max-width: 90%;
        }
        }
        .program-overview h2 {
              color: #003366;
              font-size: 30px;
             font-weight: bold;
              margin-bottom: 15px;
              font-family: "Lora", sans-serif;
        }
        
        .program-overview p {
            color: #3b5977;
            font-size: 20px;
            
            font-family: "Lora", sans-serif;
            margin-bottom: 20px;
            line-height: 1.7;
            
        }
        
        .chair-img {
           width: 40%;
            text-align: left;
            height: auto;
            
        }
        
        /* Course Curriculum */
        .curriculum {
            background-color: #003366;
            color: white;
            padding: 20px 0;
          
        }
        
        .curriculum-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }
         @media (max-width:800px){
           .curriculum-header{
                flex-wrap: wrap;
            }
        }
        .curriculum h2 {
            font-size: 30px;
            font-weight: bold;
            font-family: "Lora", sans-serif;
        }
        
        .curriculum p {
            font-size: 18px;
            opacity: 0.8;
            font-family: "Lora", sans-serif;
            position: relative;
            top: -10px;
        }
        
        .download-btn {
            background-color: #ffc107;
            color: #333;
            border: none;
            padding: 8px 15px;
            border-radius: 20px;
            cursor: pointer;
            font-weight: bold;
            font-size: 14px;
            display: flex;
            align-items: center;
        }
        
        .download-btn::before {
            content: "⬇";
            margin-right: 5px;
        }
        
        /* Course Details */
        .course-section{
            
            background-image: url('../uploads/hero/young-student-2-1.jpg');
            background-repeat: no-repeat;
            background-size: cover;
        }
        .course-bg-white{
            background-color: rgba(255, 255, 255, 0.84);
           

              padding:30px 0px;
        }
        .course-details {
            padding: 20px 0;
            margin-bottom: 30px;
        }
        
        .course-details h2 {
            color: #003366;
            font-size: 2rem;
            font-family: "Lora", sans-serif;
            margin-bottom: 20px;
            text-align: center;
        }
        
        .course-details p {

            text-align: center;
            color: #003366;
            font-size: 18px;
           font-family: "Lora", sans-serif;
            line-height: 1.4;
            text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3) 
        }
        
        /* Features */
        .features {
            display: flex;
            justify-content: space-between;
            margin: 30px 0;
            text-align: center;
        }
        @media (max-width:800px){
            .features{
                flex-wrap: wrap;
                flex-direction: column;
            }
        }
        
        .feature {
            flex: 1;
            background-color:white;
            margin: 10px;
            padding: 20px;
            
        }
        .feature:hover {
            background-color:#ffc107;
            transition: 0.5s ease-in-out;
        }
        
        .feature-icon {
            width: 50px;
            height: 50px;
        
            
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
        }
        
        
        
        .feature h3 {
            font-size: 17px;
            font-weight: 600;
            font-family: "Lora", sans-serif;
            color: #003366;
            margin-top: 8px;
            margin-bottom: 16px;
            
        }
        
        .feature p {
            font-size: 14px;
            color: #003366;
            font-weight: 400;
            margin-bottom: 20px;
           
        }
        
        /* Who Can Join */
        .who-can-join {
            padding: 60px 0;
            margin-bottom: 30px;
        }
        
        .who-can-join h2 {
            color: #003366;
            font-size: 2rem;
            margin-bottom: 10px;
            text-align: center;
        }
        .who-can-join p{
            color: #003366;
            font-size: 18px;
            margin-bottom: 34px;
            text-align: center;
        }
        .audience {
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin-bottom: 20px;
        }
             @media (max-width:800px){
          .audience{
                flex-wrap: wrap;
            }
        }
        
        .audience-item {
            display: flex;
            align-items: center;
        }
 @media (max-width:800px){
          .audience-item{
                flex-wrap: wrap;
                flex-direction: column;
            }
        }
        
        
        .audience-icon {
            width: 60px;
            text-align: center;
            margin-right: 20px;
        }
        
        .audience-icon img {
            width: 40px;
            height: auto;
        }
        
        .audience-icon p {
            font-size: 12px;
            color: #003366;
            font-weight: bold;
           
        }
        
        .audience-content {
            flex: 1;
            background-color: #ffcc01;
            padding: 20px;
        }
        
        .audience-content p {
            font-size: 21px;
            text-align: center;
             margin-bottom: 40px;
            
        }

         /* New Styles for Added Sections */
        .career-counselling {
            background-color: #003366;
          
        }
        .counselling-box{
              color: white;
            padding: 30px 20px;
            
            text-align: center;
            display: flex;
            justify-content: space-between;
        }
        @media (max-width:800px){
          .counselling-box{
                flex-wrap: wrap;
            }
        }
        .counselling-text{
            text-align: left;
            
        }
        .career-counselling h2 {
            color: #ffd700;
            font-size: 2rem;
            font-family: "Lora", sans-serif;
            line-height: 1;
           
        }
        
        .career-counselling h3 {
            font-size: 2rem;
            
            font-family: "Lora", sans-serif;
        }
        
        .counselling-buttons {
            
            display: block;
        }
        
        .yellow-outline-btn {
            background-color: transparent;
            color: #ffd700;
            border: 2px solid #ffd700;
           
            padding: 15px 30px;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s;
            display: block;
            margin-bottom: 20px;
        }
        
        .yellow-outline-btn:hover {
            background-color: rgba(255, 215, 0, 0.1);
        }

    /*features section*/

    .features-box{
        padding: 40px 0px 40px 0px;
    }
        .features-grid {
            display: flex;          
        }
         @media (max-width:800px){
           .features-grid {
            flex-wrap: wrap;  
            flex-direction: column; 
        }
        }
        .feature-col {
            flex: 1;
            padding: 20px;
        }
        
        .feature-col h2 {
            color: #003366;
            font-size: 25px;
            
             font-family: "Lora", sans-serif;
        }
        
        .feature-col p {
              color: #003366;
            font-size: 17px;
            line-height: 1.5;
             font-family: "Lora", sans-serif;
        }
        
        .three-boxes {
            display: flex;
            justify-content: space-between;
            gap: 60px;
            margin-bottom: 30px;
        }
        @media (max-width:800px){
          .three-boxes{
                flex-wrap: wrap;
            }
        }
        
        .info-box-blue {
            flex: 1;
            border: 1px solid #e0e0e0;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            background-color: white;
        }
        
        .info-box-blue h3 {
            color: #003366;
            font-size: 25px;
            margin-bottom: 10px;
            font-family: "Lora", sans-serif;
        }
        
        .info-box-blue p {
            color: #003366;
            font-size: 17px;
             margin-bottom: 40px;
            font-family: "Lora", sans-serif;
        }
        
        .faq-section {
            margin-bottom: 40px;
            padding: 40px 0px ;
        }
        
        .faq-section h2 {
            color: #003366;
            font-size: 2rem;
            margin-bottom: 20px;
            font-family: "Lora", sans-serif;
        }
        
        .faq-container {
            background-color: #ffc107;
            padding: 15px;
        }
        
        .faq-question {
            background-color: #f5f5f5;
            padding: 15px;
            margin-bottom: 10px;
        }
        
        .faq-question h4 {
            color: #070707;
            font-size: 16px;
            font-weight: normal;
            font-family:  sans-serif;
        }
        
        .faq-answer {
            padding: 20px 15px;
            margin-bottom: 20px;
        }
        
        .faq-answer p {
            color: #333;
            font-size: 14px;
            font-family:  sans-serif;
        }
       
        
        
/* Digital Marketing Banner */
.digital-marketing-banner {
    background-color: #003366;
    color: white;
    padding: 35px 17%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media(max-width:800px){
    .digital-marketing-banner {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
}
.banner-content {
    display: flex;
    align-items: center;
}
@media(max-width:800px){
    .banner-content {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.banner-icon {
    background-color: #ffc107;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.banner-info h3 {
    font-size: 30px;
   
}
@media(max-width:800px){
    .banner-info h3 {
    font-size: 20px;
   margin-top: 15px;
}
}
.banner-info p {
    font-size: 17px;
}
@media(max-width:800px){
   .banner-info p {
    font-size: 15px;
    margin: 15px 0px;
}
}

.register-btn {
    background-color:#003366;
    color: #003366;
    border: 4px solid #ffc107;
    padding: 15px 40px;
    border-radius: 30px;
    color: #ffc107;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}



   
        /* Footer */
footer {
    background-color: #ffffff;
    padding: 80px 10% 0px 10%;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}
.footer-column{
    border: 1px solid black;
    padding: 30px;
}
.footer-column h4 {
    color: #003366;
    margin-bottom: 10px;
    font-size: 20px;
    border-bottom: 1px solid #003366;
    width: 200px;
    padding-bottom: 5px;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 5px;
}

.footer-column ul li a {
    color:#003366;
    text-decoration: none;
    font-size: 18px;
}
.footer-column ul li a:hover {
    color: #ffc107;
    
    transition: 0.2s ease-in-out;
}
.footer-partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    padding-top: 20px;

}

.footer-partners img {
    height: 75px;
    object-fit: contain;
    margin: 0px 40px;
}
@media(max-width:1125px){
    .footer-partners img{
        height: 60px;
    }
}
@media(max-width:900px){
    .footer-partners img{
        height: 50px;
    }
}
@media(max-width:745px){
    .footer-partners img{
        
        display: none;
    }
}
.copyright {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;

    font-size: 17px;
    color:#003366;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
}

.social-icon {
    width: 30px;
    height: 30px;
    background-color: #003366;
    border:2px solid white;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    position: relative;
    top: 25px;
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.copyright-text{
    background-color: #003366;
    padding: 50px 5%;
    text-align: center;
    color: white;
    font-size: 18px;
}