body{
    font-family: 'Poppins',sans-serif;
    transition: margin 0.5s;
    height: 100vh;
}

.collapsed-body {
  margin-top: 200px; /* Height of the navbar when collapsed */
}

/* For NavBar */
.navbar {
    background-color:black;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.navbar-collapse {
  display: none;
}

img.navbar-brand {
    max-width: 300px;
    padding: 0;
    margin: 0;
}

.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler-icon {
    background-color: #6C757D;
}

.navbar-nav .nav-item {
    margin-right: 20px;
}

.btn-call-us {
    background-color:#D9B79A ;
    color: #000;
    border: none;
    padding: 8px 16px;
    font-weight: 500;
    text-decoration: none;
}

.btn-call-us:hover {
    opacity: 0.8;
    transition: 0.3s ease;
    text-decoration: none;
    color: white;
}

.navbar-toggler:focus + .navbar-collapse {
    display: block;
}

.close-menu-btn {
    display: none;
}

/* @media (max-width: 767.98px) {
    .navbar-toggler:focus + .navbar-collapse {
        display: none;
    }

    .navbar-toggler:focus + .navbar-collapse + .close-menu-btn {
        display: block;
    }
} */



/* For LinkTree */
.bg-img{
    background-image: url("media/linktree-bg2.jpg");
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
    background-position: center center;
}


/* #myButton{
  display: flex;
  
} */

.icon-container {
  /* width: 60%; 
  display: flex;
  margin: 0 auto; 
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  background-color: white; */

      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 20px;
      background-color: white;
      color: black; /* Set text color */
      border: 2px solid transparent;
      border-radius: 15px;
      /* cursor: pointer; */
      transition: background-color 0.3s, border-color 0.3s;
}

.icon-container:hover {
    background-color: transparent;
    border-color: white;
    color: white;
    background-color: #C9AC6D;
}

.icon-container:hover a {
  background-color: transparent;
  /* border-color: white; */
  text-decoration: none;
  color: white;
}
.d-icon-container {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    padding: 10px 20px;  
    background-color: white;
    color: black;
    border: 2px solid transparent;
    border-radius: 15px;
    height: 100%;
    transition: background-color 0.3s, border-color 0.3s;
    transition: 0.5s;
}




.d-icon-container:hover {
    background-color: transparent;
    border-color: white;
    color: white;
}
/* .d-icon-container button:hover {
  background-color: transparent;
  border-color: white;
  color: white;
  transform: translateY(-20px);
  box-shadow: 0px 44px 35px 0px rgba(48, 48, 48, 0.623);

} */

.d-icon-container:hover a {
  background-color: transparent;
  text-decoration: none;
  color: white;
}

.rounded-button span{
    font-weight: 600;

}

.rounded-button {
    /* display: inline-block;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    background-color: white; */
    color: #333; /* Change text color to match your design
    border: 2px solid transparent;
    transition: background-color 0.3s, border-color 0.3s; */
  }

.logo{
    /* box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.3); */
    padding: 10px;
    
    
    width: 300px;
    
    /* background: linear-gradient(to bottom right, #f3e8e8,white); */
}

.icons{
    width: 25px;
}






/* share button*/
 .share-btn {
    border: none;
    background-color: transparent;
    color:black;
    font-size: 18px;
    border-radius: 10%;
    /* cursor: pointer; */
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    transition: 0.3s ease-in-out;
  }
  .icon-container:hover .share-btn {
    color: white; /* Darker grey on hover */
    background-color: #33333352;
    z-index: 5;
    /* background-color: grey; */
  }

  .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }

  .modal-content {
    width: 80%;
  }

  .modal-body a {
    display: block;
    padding: 10px 0;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
    position: relative;
  }

  .modal-body a:hover {
    background-color: #f8f9fa;
  }

  .modal-body a::before {
    content: "\200B"; /* zero-width space to create space for the icon */
    display: inline-block;
    width: 20px;
  }

  .modal-body a i {
    margin-right: 10px;
  }

  .modal-body a::after {
    content: "\2192"; /* right arrow character */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #55acee;
  }

@media only screen and (max-width: 768px){

  .icon-container {
    width: 90%; 
    margin: 0 auto; 
  }

  .rounded-button {
      
    padding: 6px 20px;
    width: 100%;
    border-radius: 30px;
    text-decoration: none;
    background-color: white;
    color: #333; /* Change text color to match your design */
    border: 2px solid #00000014;
    transition: background-color 0.3s, border-color 0.3s;
  }
  
    /* Hover state styles */
  /* .rounded-button:hover {
    background-color: transparent;
    border-color: white;
    color: white;
  } */

  .icons{
      width: 20px;
  }
  .logo{
    /* box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.3); */
    padding: 10px;
    
    
    width: 250px;
    margin-bottom:100px;
    
    /* background: linear-gradient(to bottom right, #f3e8e8,white); */
  }


  /* Navbar */
  img.navbar-brand {
      width: 280px;
      padding: 0;
      margin: 0;
  }

}

.ag-format-container {
  /* min-width: 100%;
  margin: 0 auto; */
  display: flex;
  justify-content: center;
}



.ag-courses_box {
  /* display: -webkit-box;
  display: -ms-flexbox; */
  /* display: flex; */
  /* -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
  /* justify-content: center; */
  width: 500px;
  height: 100px;
  /* padding: 50px 0; */
}
.ag-courses_item {
  /* -ms-flex-preferred-size: calc(33.33333% - 30px);
  flex-basis: calc(33.33333% - 30px); */

  /* margin: 0 15px 30px; */
  width: 100%;
  height: 100%;

  /* overflow: hidden; */

  /* border-radius: 28px; */
}
.ag-courses-item_link {
  /* display: block; */
  padding: 30px 20px;
  border: 2px solid #C9AC6D;
  backdrop-filter: blur(8px);
  background-color: #C9AC6D;

  overflow: hidden;

  position: relative;
  min-height: 87px;
  margin: 0 0 25px;
  cursor: pointer;

  /* overflow: hidden; */

  font-weight: bold;
  font-size: 20px;
  color: #ffffff;

  z-index: 2;
  /* position: relative; */
}
/* .ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
  text-decoration: none;
  color: #FFF;
}
.ag-courses-item_link:hover .ag-courses-item_bg {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
} */

.ag-courses-item_date-box {
  font-size: 18px;
  color: #FFF;

  z-index: 2;
  position: relative;
}

.ag-courses-item_bg {
  height: 128px;
  width: 128px;
  background-color: #C9AC6D;

  z-index: -1;
  position: absolute;
  top: -75px;
  right: -75px;

  border-radius: 50%;

  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}


@media only screen and (max-width: 979px) {
  .ag-courses_item {
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
  .ag-courses-item_title {
    font-size: 24px;
    cursor: pointer;
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

}
@media only screen and (max-width: 639px) {
  .ag-courses_item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .ag-courses-item_title {
    min-height: 72px;
    line-height: 1;

    font-size: 24px;
    cursor: pointer;
    
  }
  .ag-courses-item_link {
    padding: 22px 40px;
  }
  .ag-courses-item_date-box {
    font-size: 16px;
  }

  .bg-img{
    background-image: url("media/linktree-bg1.jpg");
    
}

}


.ag-courses-item_link:hover {
  /* Hover effect */
  background-color: #C9AC6D; /* Light gray background on hover */
  transform: scale(1.05); /* Slightly enlarge the element */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
  border-radius: 8px; /* Optional: Rounded corners */
}

/* Ensure the transition applies to child elements if needed */
.ag-courses-item_link .icons,
.ag-courses-item_link span,
.ag-courses-item_link .share-btn {
  transition: all 0.3s ease; /* Transition for icons, text, and share button */
}

.ag-courses-item_link:hover .icons {
  /* Optional: Enlarge the icon on hover */
  transform: scale(1.1);
}

.ag-courses-item_link:hover .share-btn img {
  /* Optional: Enlarge the share icon on hover */
  transform: scale(1.1);
}