.why-choose-IIDT {
    height: 100%;
}

.instructorProfile {
    height: 100%;
}

.courses {
    color: white;
}

@media only screen and (max-width: 768px) {
    .testimonialHome {
        height: auto !important;
    }
    .ctaButton {
        display: inline-block;
        position: relative;
        overflow: hidden;
        background-color: #1b2336;
        border-color: transparent;
        color: #ffffff !important;
        border-radius: 40px;
        font-size: 15px;
        font-weight: 700;
        height: 45px;
        line-height: 4px;
        padding: 20px !important;
        border-width: 0;
        border-style: solid;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        cursor: pointer;
    }
    .ctaButton:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #fff;
        color: #1B2336 !important;
    }
    .success_story_p {
        height: auto !important;
    }
    .designation {
        height: auto !important;
    }
    .banner-text {
        position: absolute !important;
        text-align: center !important;
        top: 22% !important;
        /* left: 20px !important;  */
    }
    @media(max-width: 768px) {
        .banner-text {
            position: absolute !important;
            text-align: center !important;
            top: 55% !important;
            left: 70px !important;
        }
    }
    @media(max-width:400px) {
        .banner-text {
            position: absolute !important;
            text-align: center !important;
            top: 54% !important;
            left: 20px !important;
        }
    }
    #hr-text {
        display: none;
    }
    .contact-button {
        display: none;
    }
    .banner-text p {
        z-index: 6;
        font-family: "Khula";
        height: auto;
        width: auto;
        color: rgb(255, 255, 255);
        text-decoration: none;
        white-space: nowrap;
        min-height: 0px;
        min-width: 0px;
        max-height: none;
        max-width: none;
        text-align: inherit;
        line-height: 25px !important;
        letter-spacing: 0px;
        font-weight: 700;
        font-size: 20px !important;
        backdrop-filter: none;
        filter: none;
        transform-origin: 50% 50%;
        transform: translate(0px, 0px);
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1900px) {
    .success_story_p {
        height: 300px !important;
    }
}

.testimonialHome {
    height: 250px;
}

.advisory-slide:hover {
    color: #fff;
    background-color: red;
    ;
}

.ctaButton {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: #F8B515;
    border-color: transparent;
    color: #ffffff !important;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 700;
    height: 45px;
    line-height: 4px;
    padding: 33px;
    border-width: 0;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.ctaButton:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f8b518f1;
    color: #fff !important;
}

.designation {
    height: 120px;
}


/* home page  rakesh 01-03-2025*/


/* home page */

.banner-text {
    position: absolute;
    text-align: left;
    left: 10%;
    top: 25%;
}

.banner-text p {
    z-index: 6;
    font-family: "Khula";
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    line-height: 65px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 50px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
}

.hr {
    height: 5px;
    background-color: yellow;
}


/* Tab desigm */

.employee-tab {
    /* background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden; */
}

.employee-tab ul {
    /* display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0; */
    list-style: none;
    /* border-bottom: 2px solid #ddd; */
}


/* .employee-tab li {
    flex: 1;
    text-align: center;
  } */


/* .tab-btn {
    background: none;
    border: none;
    padding: 5px;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    color:#313F4D;
    cursor: pointer;
    transition: all 0.3s ease;
    

  --r: 25px; 

 
  
  border-inline: var(--r) solid #0000;
 
  mask: 
    radial-gradient(var(--r) at var(--r) 0,#0000 98%,#000 101%)
      calc(-1*var(--r)) 100%/100% var(--r) repeat-x,
    conic-gradient(#000 0 0) padding-box;
  background: gray border-box; 
 
}
  

  .tab-btn:hover {
    color: slategrey;
  }

  .tab-btn.active {
    color: #fff;
    background-color: #313F4D;
    border-radius: 4px;
    box-shadow: 0 2px 6px #313F4D;
   
   
  }

  .tab-content {
    padding: 5px;
    display: none;
   
  }

  .tab-content.active {
    display: block;
  }  */


/* .tab-btn:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #007bff;
    transition: width 0.3s ease, left 0.3s ease;
    transform: translateX(-50%);
  } */


/* .tab-btn:hover:after {
    width: 100%;
  } */


/* .tab-btn.active:after {
    width: 100%;
    left: 0;
  } */


/* .flatpickr-calendar {
    width: auto !important;
    max-width: 100% !important;
    min-width: 260px;
}

.flatpickr-months {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.flatpickr-month {
    flex-grow: 1;
    text-align: center;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
    margin-top: 5px;
} */


/* New tabs design */


/*
 CSS for the main interaction
*/


/*
 CSS for the main interaction
*/


/*
 CSS for the main interaction
*/


/*New Tab css */

.tabset>input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
    display: block;
}

.tabset>label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    /* border-bottom: 1px solid red; */
}


/* .tabset > label::after {
content: "";
position: absolute;
left: 15px;
bottom: 10px;
width: 22px;
height: 4px;
background: #8d8d8d;
} */

input:focus-visible+label {
    /* outline: 2px solid rgba(0,102,204,1);
border-radius: 3px; */
}

.tabset>label:hover,
.tabset>input:focus+label,
.tabset>input:checked+label {
    color: #06c;
}

.tabset>label:hover::after,
.tabset>input:focus+label::after,
.tabset>input:checked+label::after {
    background: #06c;
}

.tabset>input:checked+label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.tab-panel {
    padding: 30px 0;
    border-top: 1px solid #ccc;
}


/*
Demo purposes only
*/

p a {
    color: #0D6EFD;
}

.tabset {
    max-width: 65em;
    max-width: 65em;
}


/*  */
.dr-arvind_margin{
  margin-top: 77px;
}



.blog-details-text ul li {
  list-style-type: disc;
}

.blog-details-text ol li {
  list-style-type: auto;
}


/* Dodi Drone fest SLider */






.dodi-card-inner {
  background-color: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 40px;
  height: 100%;
  margin-left: 10px;

  
    height: 100%;         
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  
  
}


.swiper-wrapper {
  display: flex;
  align-items: stretch; 
}

.swiper-slide {
  display: flex;
  height: auto;         
}

.dodi-profile {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.dodi-avatar {
  height: 80px;
  width: 80px;
  background-color: #ef4444;
  color: white;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
}

.dodi-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dodi-name {
  font-weight: 500;
  color: #111827;
}

.dodi-role {
  font-size: 14px;
  color: #6b7280;
}



.dodi-comment {
  color: #374151;
  margin-bottom: 16px;
  flex: 1;
}


