/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 09 2026 | 11:52:09 */
/* DEFAULT STATE */
.elementor-10 .elementor-element.elementor-element-9544b02 {
    border: 3px solid transparent;
    border-radius: 20px;
    transition: all 0.3s ease;
}

/* HOVER STATE */
.elementor-10 .elementor-element.elementor-element-9544b02:hover {
    border-color: #DBA658;
}
/* OVERRIDE GLOBAL BUTTON HOVER / FOCUS */
button:hover,
button:focus,
[type="button"]:hover,
[type="button"]:focus,
[type="submit"]:hover,
[type="submit"]:focus {
    background-color: #c89b5e !important; /* your gold */
    color: #000 !important;
}
/* MOBILE IMAGE FIX */
@media (max-width: 767px) {

    /* FULL WIDTH CONTAINER */
    .img-boxs {
        width: 100% !important;
    }

    /* IMAGE WRAPPER */
    .img-boxs .elementor-image-box-img {
        width: 100%;
        margin-bottom: 15px;
    }

    /* IMAGE FULL WIDTH */
    .img-boxs .elementor-image-box-img img {
        width: 100% !important;
        height: auto !important;
        display: block;
        border-radius: 12px; /* optional */
    }

    /* FIX ALIGNMENT (REMOVE SIDE POSITION ISSUE) */
    .img-boxs .elementor-image-box-wrapper {
        display: block !important;
        text-align: left;
    }
}

/* CARD */
.whatsapp-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;


    color: #000;

  
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;

    transition: 0.3s;
}

.whatsapp-link:hover {
 
    color: #000;
}

.wa-img {
    width: 20px;
    height: 20px;
}
.exp_sec {
    position: relative;
    background: #F4F1ED;
    border-radius: 16px;
    padding: 30px 18px 18px; /* top padding increase */
    text-align: center;
}

/* WRAPPER CENTER */
.exp_sec .elementor-icon-box-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ICON OVERLAP */
.exp_sec .elementor-icon-box-icon {
    position: absolute;
    top: -22px; /* overlap control */
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

/* TITLE */

.exp_sec h3 {
    margin-top: 70px !important;
    margin-bottom: 0px !important;
    text-align: center;
}
.how_sec_3 {
    position: relative;
}

.how_sec_3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    background-image: url('https://dev-dream.website/professor-soreba/wp-content/uploads/2026/03/Rectangle-61.png');
    height: 2px;
}



/* EQUAL HEIGHT FIX */
.nk-testimonial-slider .slick-track {
    display: flex !important;
}

.nk-testimonial-slider .slick-slide {
    height: inherit !important;
    display: flex !important;
}

.nk-testimonial-slider .slick-slide > div {
    display: flex;
    width: 100%;
}

/* CARD */
.nk-card {
    padding: 30px;
    border-radius: 12px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* ICON */
.nk-quote img {
    width: 30px;
}

.nk-quote {
    font-size: 40px;
    color: #c58b42;
    margin-bottom: 10px;
}

/* TEXT */
.nk-card p {
    margin: 15px 0;
    flex-grow: 1;
}

/* LINE */
.nk-line {
    height: 1px;
    background: #999;
    width: 80%;
    margin-bottom: 10px;
}

/* DOTS DESIGN */
 ul.slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    column-gap: 8px;
}

.slick-dots li button {
    padding: 0;
    font-size: 0;
    border-radius: 32px;
    background: #D9D9D9;
    width: 16px;
    height: 16px;
    border: 0;
    transition: all 0.3s ease;
}

.slick-dots li.slick-active button {
    background: #F29122;
    width: 33px;
    height: 16px;
}
span.number {
    color: #DBA658;
}




.nk-hero-slide {
    height: 500px;
    background-size: cover;
    background-position: center;
    display: flex !important;
    align-items: center;
}

.nk-hero-content {
    max-width: 600px;
    padding: 50px;
    color: #fff;
}

.nk-hero-title {
    font-size: 48px;
}

.nk-hero-subtitle {
    font-size: 18px;
    margin: 10px 0;
}

.nk-hero-btn {
    display: inline-block;
    padding: 12px 25px;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
}
.nk-mini-title {
    font-size: 14px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.nk-btn-wrap {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.nk-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
}

.nk-hero-btn.secondary {
    background: #000;
}

.nk-btn-icon {
    width: 16px;
}
.prof_icon .elementor-icon-box-icon svg {
    border-radius: 7px;
}
.ctc_icon svg {
    border-radius: 5px;
}

.ctc_icon a {
    color: #928888;
}
.main_head a {
    color: #fff;
}

/************* Contact form ****************************/


.nk-form {
    max-width: 800px;
}

.nk-row {
    display: flex;
    gap: 20px;
}

.nk-row.full {
    flex-direction: column;
}

.nk-col {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.nk-form label {
    color: #fff;
    font-size: 14px;
    margin-bottom: 6px;
}

.nk-form input,
.nk-form textarea {
    width: 100% !important;
    padding: 14px 16px !important;
    border-radius: 6px !important;
    border: 1px solid #383838 !important;
    color: #fff !important;
    font-size: 16px !important;
	background: #2D2925 !important; /* UPDATED */
}
.nk-row.full input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #DBA658 !important;
    border-radius: 12px !important;
	margin-bottom: 0px !important;
}

.nk-form label {
    color: #63605C !important;
    font-size: 16px !important;
    margin-bottom: 14px !important;
}

.nk-form textarea {
    height: 140px;
    resize: none;
}

.nk-form input::placeholder,
.nk-form textarea::placeholder {
    color: #827D75 !important; /* UPDATED */
}

.nk-form input:focus,
.nk-form textarea:focus {
    outline: none;
    border-color: #d4a75c;
}

.nk-form input[type="submit"] {
    width: 100%;
    padding: 16px;
    background: #d4a75c;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.nk-form input[type="submit"]:hover {
    background: #c2964f;
}
.nk-hero-content span.nk-mini-title {
    font-size: 75px;
    text-transform: capitalize;
    font-weight: 600;
	font-family: "Playfair Display", Sans-serif;
}

.nk-hero-slider {
    position: relative;
    overflow: hidden;
}
.nk-hero-slide {
    height: 790px;
    background-size: cover;
    background-position: center;
    display: flex !important;
    align-items: flex-start; /* TOP ALIGN */
}
.nk-hero-content {
    max-width: 600px;
    padding-left: 80px;
    color: #fff;
}
.nk-btn-wrap {
    margin-bottom: 135px; /* button se dots gap */
}
.nk-hero-slider .slick-dots {
    position: absolute;
    bottom: 73px; /* niche se spacing */
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    gap: 8px;
}

h2.nk-hero-title {
    color: #DBA658;
    font-size: 20px;
    letter-spacing: 1px;
	font-family: "Playfair Display", Sans-serif;
}

h4.nk-hero-subtitle {
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
	font-family: "Lato", Sans-serif;
}

.nk-hero-content p {
    font-size: 18px;
    line-height: 30px;
	font-family: "Lato", Sans-serif;
}

a.nk-hero-btn {
    border-radius: 12px;
    background: #DBA658;
    padding: 25px 55px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.18px;
    text-transform: uppercase;
}

a.nk-hero-btn.secondary {
    border-radius: 12px;
    border: 1.5px solid #1E1E1E;
    background: #FFF;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.18px;
    text-transform: uppercase;
}
.nk-hero-content {
    max-width: 100%;
    padding: 0px;
    color: #fff;
}
.nk-btn-icon {
    width: 16px;
    margin-left: 6px;
}

.main_slider .nk-hero-slide {
    width: 100%;
	align-items: center !important;
}

/* CONTENT KO BOX LAYOUT ME LAO */
.main_slider .nk-hero-content {
    max-width: 1400px;   /* 👈 apna container width */
    margin: 0 auto;      /* center */
    width: 100%;
	padding-left: 0px;
}

/* 1400 - 1549 */
@media (max-width: 1549px) {
    .e-con-inner {
        max-width: 1200px !important;
    }
	/* FULL WIDTH SLIDER BACKGROUND */
.main_slider .nk-hero-slide {
    width: 100%;
	align-items: center !important;
}

/* CONTENT KO BOX LAYOUT ME LAO */
.main_slider .nk-hero-content {
    max-width: 1200px;   /* 👈 apna container width */
    margin: 0 auto;      /* center */
    width: 100%;
	padding-left: 0px;
}

	
}

/* 1300 - 1399 */
@media (max-width: 1399px) {
    .e-con-inner {
        max-width: 1100px !important;
    }
	/* FULL WIDTH SLIDER BACKGROUND */
.main_slider .nk-hero-slide {
    width: 100%;
	align-items: center !important;
}

/* CONTENT KO BOX LAYOUT ME LAO */
.main_slider .nk-hero-content {
    max-width: 1100px;   /* 👈 apna container width */
    margin: 0 auto;      /* center */
    width: 100%;
	padding: 10px;
}

	
}

/* 1200 - 1299 */
@media (max-width: 1299px) {
    .e-con-inner {
        max-width: 1000px !important;
    }
	/* FULL WIDTH SLIDER BACKGROUND */
.main_slider .nk-hero-slide {
    width: 100%;
	align-items: center !important;
}

/* CONTENT KO BOX LAYOUT ME LAO */
.main_slider .nk-hero-content {
    max-width: 1000px;   /* 👈 apna container width */
    margin: 0 auto;      /* center */
    width: 100%;
	padding-left: 0px;
}

	
}
@media (max-width: 1550px) {
	.nk-hero-content {
    max-width: 100%;
    padding: 0px;
    color: #fff;
    padding-left: 30px;
}
}
@media (max-width: 767px) {
.how_sec_3:before {
    top: 20px;
}
	.nk-hero-content {
    max-width: 100%;
    padding: 0px;
    color: #fff;
  padding: 10px !important;
	margin-top:50px;
}
	.nk-hero-content span.nk-mini-title {
    font-size: 45px;
}

h2.nk-hero-title {
    font-size: 18px;
}

h4.nk-hero-subtitle {
    font-size: 20px;
}

.nk-hero-content p {
    font-size: 16px;
}

.nk-hero-content p br {
    display: none;
}

a.nk-hero-btn {
    padding: 10px;
    font-size: 14px;
}

a.nk-hero-btn.secondary {
    padding: 10px;
    font-size: 14px;
}

.nk-hero-slide {
    height: 600px;
}
}