.page-header{
    display:none;
}
.elementskit-infobox{
 box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075);
}
.comments-area a, .page-content a {
    text-decoration: none !important;
}

/* course slider start here */
.swiper-container-wrapper {
  position: relative;
  padding: 0 60px;
}
.card {
  background:#fff;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  width: 270px;
  height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card h3 {
  font-size: 22px;
  color: #273272;
  font-weight: 600;
  margin-bottom: 15px;
}
.card-icon {
    width: 99px;
    height: 100px !important;
    object-fit: contain;
    margin-bottom: 0px;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
}
.card button {
  padding: 10px 22px;
  background: #273272;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.card button:hover {
  background: #1E5A5A;
  color:#fff;
}
/* Hide Swiper's default arrow icons */
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.custom-nav {
  color: #1e2b7a !important;
  font-size: 24px !important;
  font-weight: bold !important;
  background-color: #fff !important;
  border-radius: 10% !important;
  width: 40px !important;
  height: 70px !important;
  box-shadow: 0 0 10px rgba(0,0,0,0.1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10 !important;
}

.swiper-button-prev.custom-nav {
  left: -20px;
}

.swiper-button-next.custom-nav {
  right: -20px;
}

/* course slider end here */


.elementskit-navbar-nav-default .elementskit-submenu-panel>li:hover>a, .elementskit-navbar-nav-default .elementskit-submenu-panel>li>a:hover {
    color: #273272 !important;
    background-color: transparent !important;
}
.whatsapp-wrapper{
    position: fixed;
    width: auto;
    right: 20px;
    z-index: 99;
    bottom: 20px;
}
.whatsapp-wrapper img{
width:45px;
animation: zoomInOut 1.5s infinite ease-in-out;
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}

.n2-ss-slider .n2-ss-layer[data-sstype=content]{
	min-height:auto !important;
}
.n2-ss-slider .n2-ss-section-main-content{
	border-radius:25px !important;
}
.hiretutor{
	max-width: 960px !important;
    margin: 0 auto;
}
.tutor-form {
    max-width: 960px;
    margin: 30px auto;
    background: #fff;
    padding: 35px;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.tutor-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.tutor-form .form-group {
  flex: 1 1 calc(50% - 10px);
  display: flex;
  flex-direction: column;
}

.tutor-form .full-width {
  flex: 1 1 100%;
}

.tutor-form input[type="text"],
.tutor-form input[type="tel"],
.tutor-form input[type="email"],
.tutor-form textarea,
.tutor-form select {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}

.tutor-form textarea {
  resize: vertical;
  min-height: 70px;
  max-height: 70px;	
}

.tutor-form label {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
}

.tutor-form small {
  font-size: 11px;
  color: #0073aa;
  margin-top: 5px;
}

.tutor-form .wpcf7-radio {
  display: flex;
  gap: 15px;
  margin-top: 5px;
  flex-wrap: wrap;
}

.tutor-form .wpcf7-radio label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: normal;
}

.tutor-form .center {
  justify-content: center;
}

.tutor-form .submit-btn {
  background: #0073aa;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.tutor-form .submit-btn:hover {
  background: #005f8d;
}

@media (max-width: 768px) {
  .tutor-form .form-group {
    flex: 1 1 100%;
  }
}


/* media query start here */

@media (max-width: 767px) {

.card {
  padding: 30px 20px;
  width: 100%;
  height: 320px;
}
.swiper-button-prev.custom-nav {
  left:0;
}

.swiper-button-next.custom-nav {
  right:0;
}	
}

/* media query end here */

.call-now-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #28a745;
    color: white;
    padding: 8px 13px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    z-index: 9999;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: background-color 0.3s, transform 0.3s;
	animation: callAnimation 1.5s infinite ease-in-out;
}

.call-now-button:hover {
    background-color: #218838;
    transform: scale(1.1);
    text-decoration: none;
	color:#fff;
}
@keyframes callAnimation {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}

.cf7-custom-form {
  max-width: 960px;
  margin: 30px auto;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.cf7-custom-form .cf7-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.cf7-custom-form .cf7-col {
  flex: 1 1 calc(50% - 10px);
  display: flex;
  flex-direction: column;
}

.cf7-custom-form .cf7-col-full {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;    
  text-align: center;	
}

.cf7-custom-form .cf7-input,
.cf7-custom-form .cf7-textarea,
.cf7-custom-form .cf7-file {
  width: 100%;
  padding: 12px 14px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: inherit;
  background-color: #fdfdfd;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.cf7-custom-form .cf7-input:focus,
.cf7-custom-form .cf7-textarea:focus {
  border-color: #f15b2a;
  outline: none;
  box-shadow: 0 0 0 3px rgba(241, 91, 42, 0.2);
}

.cf7-custom-form .cf7-textarea {
  min-height: 100px;
  resize: vertical;
}

.cf7-custom-form .cf7-file {
  padding: 10px;
}

.cf7-custom-form .cf7-submit {
  padding: 14px 30px;
  background-color: #f15b2a;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 20px;
  align-self: center;
}

.cf7-custom-form .cf7-submit:hover {
  background-color: #d6471c;
}

.cf7-custom-form small {
  font-size: 0.85rem;
  color: #666;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .cf7-custom-form .cf7-col {
    flex: 1 1 100%;
  }
}