
a {
    background-color: transparent;
    color: inherit;
}
ul {
    margin-bottom: 0;
}
.topsec {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    padding: 0;
}

.coursessec {
    padding: 30px 100px; 
    background-color: #fff;
}

/* Base styles for all course boxes */
[class^="coursebox"] {
    height: 200px; 
    width: 100%; 
    background-image: linear-gradient(135deg, #222, #444);
    border-radius: 10px; 
    padding: 20px; 
    font-size: 20px; 
    color: #fff; 
    font-weight: bold; 
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 1000px;
    transform: translateZ(0);
}

/* Hover effects for all course boxes */
[class^="coursebox"]:hover {
    transform: translateY(-15px) rotateX(5deg);
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

/* Course box image styling */
.courseimg {
    position: absolute;
    bottom: 20px;
    right: 20px;
    max-width: 70px;
    max-height: 70px;
    transition: all 0.3s ease;
    transform: translateZ(20px);
}

[class^="coursebox"]:hover .courseimg {
    transform: scale(1.2) translateZ(30px);
}

/* Add a subtle gradient overlay */
[class^="coursebox"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255,255,255,0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    border-radius: 10px;
}

[class^="coursebox"]:hover::before {
    opacity: 1;
}

/* Individual color schemes for different course boxes */
.coursebox {
    background-image: linear-gradient(135deg, #1e3c72, #2a5298);
}

.coursebox2 {
    background-image: linear-gradient(135deg, #2C3E50, #4CA1AF);
}

.coursebox3 {
    background-image: linear-gradient(135deg, #8E2DE2, #4A00E0);
}

.coursebox4 {
    background-image: linear-gradient(135deg, #11998e, #38ef7d);
    color: #333;
}

.coursebox5 {
    background-image: linear-gradient(135deg, #F2994A, #F2C94C);
    color: #333;
}

.coursebox6 {
    background-image: linear-gradient(135deg, #EB5757, #E1444D);
}

/* Course title styling */
[class^="coursebox"]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
    transform: translateY(4px);
    transition: transform 0.3s ease;
}

[class^="coursebox"]:hover::after {
    transform: translateY(0);
}

/* Add a subtle shine effect on hover */
@keyframes shine {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

[class^="coursebox"]:hover {
    background-size: 200% 100%;
    animation: shine 2s infinite;
}

/* Ensure text is more visible with a text shadow */
[class^="coursebox"] {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* For lighter background cards */
.coursebox4, .coursebox5 {
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5);
}
.courseimg{
    z-index: 99; 
    height: 60px; 
    width: 60px; 
    position: absolute; 
    bottom: 10px; 
    right: 10px;
}
.secondmenu{
    padding: 0;
    background: transparent;
    color: #000;
}
.mainmenu a.active{
    background-color: #fff;
    color: #000;
}
#navbar{
    padding: 5px 10px;
}
.mainmenu{
    display: inline-block;
    color: #fff;
    padding: 5px;
    letter-spacing: .3px;
    font-weight: 500;
    font-family: "Muli", sans-serif;
}
.logoimg{
    margin-top: 5px;
    height: auto; 
    width: 180px;
}
.contactmenutop{
    list-style-type: none;
    padding-top: 20px;
}
.socialicons{
    display: inline;
    margin: 0 auto;
}
.socialicontag{
    padding-top: 20px;
    font-size: 16px;
    color: white;
    padding-right: 30px;
}
.socialicontag:hover {
    color: red;
}
.menutop{
    padding: 5px 30px;
    display: inline-block;
    position: sticky;
    z-index: 999;
    background-color: #0000cc;
}
.menutop a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 10px;
  text-decoration: none;
}

.menutop a:hover {
  background-color: #777;
}



.videosec{
    padding: 50px 100px;
    text-align: center;
}
.videoHead{
    color: #4b5d73; 
    font-weight: 550;
}
.videobox{
    text-align: left;
    border: 1px solid #ccc;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1); 
}

.w3-main{
    padding: 20px 0;
}
.tutorialbox{
    box-shadow: -2px 10px 22px -16px rgba(0,0,0,.75); 
    padding: 20px; 
    height: 120px; 
    width: 140px; 
    border: 1px solid #f7f1f1; 
    text-align: center; 
    position: relative;
    margin-bottom: 20px;
}
.semicirc{
    position: absolute; 
    bottom: -50px; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    height: 65px; 
    width: 100%; 
    border-radius: 150px 150px 0 0; 
    background-color: #777; 
    opacity: 0.05;
}
.tutoicon{
    height: auto; 
    width: 40px; 
    margin-bottom: 12px;
}
.tutoname{
    margin: 0 auto; 
    color: #000;
    font-weight: 500;
}
.righthead{
    text-align: center;
    border-left: 7px solid #95cc97;
    background: #f6f9ee;
    padding: 12px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
}
.updatelist{
    color: green;
    font-size: 14px;
    padding-bottom: 2px;
}
.updatelist a:hover {
    color: red;
}

#back-to-top {
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    z-index: 10000;
    height: 50px;
    width: 50px;
    background-color: #000099;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    -webkit-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
}

#back-to-top i {
    padding-top: 15px;
    font-size: 16px;
    color: #fff;
}

.menutop1{
    display: none;
}
.menutop1 .fa{
        font-size: 22px;
}

@media screen and (max-width: 800px) {
    .header-brand-img{
        width: 130px;
        height: auto;
    }
    .contactmenutop{
        margin-top: -50px; 
        float: right;
    }
    .socialicons {
        display: block;
    }
    .menulist{
        background: linear-gradient(-225deg, rgb(13 177 116 / 90%) 35%, rgb(7 112 129 / 90%) 100%) !important; 
        padding: 0;
    }
    .mainmenu{
        display: inline-block;
        padding: 5px;
    }
    .springbox{
        margin-left: 20px;
    }
}

/*footer*/


.footer{
    margin: 0; 
    background-color: #000; 
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 50px;
}
.followstyl{
    color: #fff; 
    font-weight: 550; 
    font-size: 17px;
}
.referstyl{
    border: 1px solid grey; 
    color: #ccc; 
    padding: 10px; 
    font-size: 14px; 
    font-weight: 550; 
    width: 120px; 
    border-radius: 5px; 
    text-align: center;
}
 .footercompany{
    color: #fff; 
    font-weight: 550; 
    font-size: 17px;
 }
 .footermenusec{
    list-style-type: none;
 }
 .footermenulist{
    color: rgba(255,255,255,0.7); 
    font-weight: 500; 
    font-size: 14px; 
    margin-left: -40px; 
    padding-bottom: 5px;
    text-align: left;
    width: auto;
 }
 .socialicon{ 
    color: rgba(255,255,255,0.7); 
    display: inline;
    padding-right: 20px;
    font-size: 20px;
 }
 .socialicon i {
    color: rgba(255,255,255,0.7); 
    font-size: 20px;
 }
 .socialicon a {
    color: rgba(255,255,255,0.7); 
    font-size: 20px;
 }
 .socialicon a:hover {
    color: #fff;
    text-decoration: none;

}
 .borderbtm{
    height: 1px; 
    width: 100%; 
    background-color: #ccc; 
    margin: 20px 0;
 }
.footerbtndesc{
    color: rgba(255,255,255,0.5); 
    font-size: 14px;
}
.copystyle{
    color: #fff; 
    text-align: left; 
    font-size: 14px; 
}
.footerbar{
    height: 2px;
    width: 50px;
    background-color: #38ba72;
    margin: 20px 0;
}
.footerbar2{
    margin-top: 60px;
}
.footermenulist a{
    color: rgba(255,255,255,0.7); 
}
.footermenulist:hover a{
    color: #fff;
    text-decoration: none;

}
.ContactFormInput1{
    width: 200px;
}
.ContactBtn2{
    background: #000099;
    color: #fff;
    border: none;
    padding: 10px 20px;
}
.ContactBtn2:hover {
    background: #33cc33;
    color: #fff; 
}
.mediamenutop{
    padding: 5px 30px;
    background-color: black;
}
.footersicon{
    float: right; 
    margin-right: 50px;
    margin-top: -40px;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

@media screen and (max-width: 800px) {
   
    .footer{
        padding: 50px 30px 30px 30px;
    }
    .mediamenutop{
        margin: 0;
        padding: 5px;
    }
    .footersicon{
        float: left; 
        margin-top: -10px;
        margin-left: 0px;
    }
    .mdsocial{
        margin-left: -40px;
    }
    .coursessec{
        padding: 30px 20px; 
        background-color: #fff;
    }
    .coursebox{
        height: 100px;
        width: auto; 
        padding: 5px 5px 2px 5px; 
        font-size: 12px; 
    }
    .coursebox2{
        height: 100px; 
        width: auto;
        padding: 5px 5px 2px 5px; 
        font-size: 12px; 
    }
    .coursebox3{
        height: 100px;
        width: auto; 
        padding: 5px 5px 2px 5px; 
        font-size: 12px; 
    }
    .coursebox4{
        height: 100px;
        width: auto; 
        padding: 5px 5px 2px 5px; 
        font-size: 12px; 
    }
    .coursebox5{
        height: 100px; 
        width: auto;
        padding: 5px 5px 2px 5px; 
        font-size: 12px; 
    }
    .coursebox6{
        height: 100px;
        width: auto; 
        padding: 5px 5px 2px 5px; 
        font-size: 12px; 
    }
    .courseimg{
        height: 30px; 
        width: 30px; 
        right: 5px;
    }
    .daafull{
        display: none;
    }
}


div.scrollmenu {
  background-color: #00c;
  white-space: nowrap;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 10px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #777;
}

.coursemenu{
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.dropdown-menu li a{
    text-align: left;
}

.introstyle{
    background-color: red;
    color: #fff;
    margin: 20px;
    padding: 40px 20px;
}
.introhead{
    font-size: 38px;
    text-align: center;
}
.barstyle{
    height: 1px;
    width: 95%;
    margin: 10px 20px;
    background-color: #777;
}


/*dropdown*/

#nav {
    list-style: none inside;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px; /* Adds spacing between items */
        }

        #nav li {
            display: block;
            position: relative;
            float: left;
            font-size: 13px;
            width: auto;
            background: transparent;
            /* menu background color */
        }

        #nav li a {
            display: block;
            padding: 5px 10px;
            text-decoration: none;
            width: auto;
            /* this is the width of the menu items */
            line-height: 30px;
            /* this is the hieght of the menu items */
            color: #ffffff;
            /* list item font color */
        }

        #nav li li a {
            font-size: 13px;
            width: auto;
            text-align: left;
            padding: 1px 10px;
        }

        /* smaller font size for sub menu items */

        #nav li:hover {
            background: #003f20;
        }

        /* highlights current hovered list item and the parent list items when hovering over sub menues */

        #nav ul {
            position: absolute;
            padding: 0;
            left: 0;
            display: none;
            /* hides sublists */
        }

        #nav li:hover ul ul {
            display: none;
        }

        /* hides sub-sublists */

        #nav li:hover ul {
            display: block;
        }

        .submenulist{
          background-color: #0000cc;
          z-index: 9999;
        }

.dwnloadbtn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}

/* Darker background on mouse-over */
.dwnloadbtn:hover {
  background-color: red;
}

.dwnloadbtn a:hover{
    color: #fff;
}
.tutorialstyle{
    color: rgba(255,255,255,0.7); 
    font-weight: 400;
    font-size: 14px; 
    line-height: 30px; 
    letter-spacing: 0.5px;
    padding-bottom: 10px;
}
.tutorialstyle a{
    color: rgba(255,255,255,0.7); 
}
.tutorialstyle a:hover{
    color: #007bff; 
}
