/* ******* :: INDEX OF CSS :: *******
:: 1.0 WEB FONTS
:: 2.0 IMPORT ALL CSS
:: 3.0 GLOBAL CSS
:: 4.0 COMMON CSS
:: 5.0 PRELOADER CSS
:: 6.0 SCROLL TO TOP AREA CSS
:: 7.0 HEADER AREA CSS
:: 8.0 WELCOME AREA CSS
****************************** */


/* ******************************
:: 1.0 WEB FONTS
****************************** */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@200;300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&family=Roboto+Slab:wght@200;300;400;500;600;700&display=swap');

/* 
font-family: 'Lexend', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Roboto Slab', serif;
*/


/* ******************************
:: 2.0 IMPORT ALL CSS
****************************** */

@import url(bootstrap.min.css);
/* @import url(all.min.css); */
@import url(animate.min.css);
@import url(aos.css);
@import url(owl.carousel.min.css);
@import url(jquery.fancybox.min.css);

/* ******************************
:: 3.0 GLOBAL CSS
****************************** */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #777;
}

.main {
    overflow: hidden;
}

section,
.section {
    position: relative;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.container-fluid {
    padding: 0 5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #1c144e;
    margin-bottom: 0;
}

.inner-wrapper h1,
.inner-wrapper h2,
.inner-wrapper h3 {
    color: #2d3136;
}

h1 {
    font-size: 4em;
    font-weight: 600;
    line-height: 1.2;
}

h2 {
    font-size: 40px;
    line-height: 1.2;
}

h3 {
    font-size: 20px;
    line-height: 1.2;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #777;
    margin-bottom: 0;
}

a {
    color: #444;
    font-family: 'Poppins', sans-serif;
}

a:hover {
    color: #0056b3;
}

a,
a:hover,
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ol li,
ul li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

.text-primary {
    color: #2d3136 !important;
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}


/*SECTION PADDING*/

.pt_0 {
    padding-top: 0;
}

.ptb_50 {
    padding: 50px 0;
}

.ptb_100 {
    padding: 100px 0;
}

.ptb_150 {
    padding: 150px 0;
}

.ptb_180 {
    padding: 180px 0;
}


/* ******************************
:: 7.0 HEADER AREA CSS
****************************** */

.hero-wrapper .svg-clipped {
    -webkit-clip-path: url(#svgPath);
    clip-path: url(#svgPath);
    height: 100%;
    z-index: -1;
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
    -webkit-transition: .3s;
    transition: .3s;
    background: #16213f;
    padding: 0rem;
}

.navbar .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar.navbar-light .navbar-nav .nav-link {
    color: #7e8085;
}

.navbar.navbar-light .navbar-nav .nav-link:hover,
.navbar.navbar-light .navbar-nav .nav-link:focus,
.navbar.navbar-light .navbar-nav .nav-link.active,
.navbar.navbar-light .navbar-nav .nav-link.current-menu-item {
    color: #2c2e30;
}

.navbar .navbar-brand-sticky {
    display: none;
}

.navbar-sticky {
    -webkit-transition: none;
    transition: none;
}

.navbar-sticky-transitioned {
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar-sticky-moved-up {
    position: fixed;
    top: 0;
    background: #16213f;
    margin-top: -250px;
}

[data-theme=dark] .navbar-sticky-moved-up {
    background: #ffffff;
    -webkit-box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
    box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
}

.navbar-sticky-on {
    margin-top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}

.navbar-sticky-on .navbar-brand-regular {
    display: none;
}

.navbar-sticky-on .navbar-brand-sticky {
    display: inline;
}


/*NAVBAR DARK*/

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .btn-outline {
    color: #fff;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
    color: #7e8085;
}

[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
    color: #e7eaee;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
    color: #2c2e30;
}

[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
    color: #D2D5DA;
}

.navbar,
.navbar-brand {
    padding-top: 0px;
}

.navbar-brand img {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-btn {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.header-btn button {
    background: #282728;
    color: #fff;
    padding: 20px 50px;
    font-size: 18px;
    letter-spacing: 2px;
    border: none;
    border-radius: 10px;
    transition: all .3s ease;
}

.header-btn button:hover {
    background-color: #fff;
    color: #282728;
}



/* ******************************
:: 8.0 WELCOME AREA CSS
****************************** */

.welcome-area {
    background-image: url(../img/tijo-banner.jpg);
    background-position: center;
    background-size: cover;
    height: 950px;
}

.welcome-area1 {
    background-image: url(../img/tijo-banner.jpg);
    background-position: center;
    background-size: cover;
    height: 950px;
}

.welcome-area2 {
    background-image: url(../img/tijo-banner.jpg);
    background-position: center;
    background-size: cover;
    height: 950px;
}

.welcome-area3 {
    background-image: url(../img/tijo-banner.jpg);
    background-position: center;
    background-size: cover;
    height: 950px;
}

.welcome-form {
    margin-top: -520px;
    position: relative;
    z-index: 20;
    max-width: 750px;
    float: right;
    width: 100%;
    padding-left: 0px;
    padding-right: 150px;
}

.form-background-transp {
    background-color: rgba(0, 0, 0, 0.5);
}

.form-title h4 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 30px;
    /*font-family: 'Playfair Display', serif;*/
}

.form-title p {
    color: #eeb96d;
    font-size: 27px;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    margin-bottom: 35px;
}

.welcome-form form .form-group {
    margin-bottom: 10px;
}

.welcome-form form .form-group-btn {
    margin: 10px 0 0;
}

.form-group input,
.form-group select {
    background: #fff;
    font-weight: 400;
    padding: 0 25px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    height: 55px;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    font-size: 18px;
    border: 2px solid #fff;
    color: #000;
    border-radius: 5px;
}

.welcome-form .form-group input::-webkit-input-placeholder,
.welcome-form .form-group textarea::-webkit-input-placeholder {
    color: #000;
}

.welcome-form .form-group input:-ms-input-placeholder,
.welcome-form .form-group textarea:-ms-input-placeholder {
    color: #000;
}

.welcome-form .form-group input::placeholder,
.welcome-form .form-group textarea::placeholder {
    color: #000;
}

.welcome-form input:focus,
.welcome-form textarea:focus,
.welcome-form select:focus {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #283891;
    color: #000;
    background: #fff;
}

.form-group input[type="submit"] {
    height: 55px;
    padding: 12px 15px;
    background: #fc7d1b;
    border: 1px solid #fc7d1b;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
}

.form-group input[type="submit"]:hover,
.form-group input[type="submit"]:focus {
    background: #fff;
    color: #fc7d1b;
    border: 1px solid #fc7d1b !important;
}

.inner-banner {
    display: flex;
    position: absolute;
    bottom: 0;
}

.inner-banner p {
    font-size: 60px;
    color: #fff;
    font-weight: 800;
    line-height: 75px;
}

.banner-slider .owl-nav button {
    width: 50px;
    height: 50px;
    border: 2px solid #ed1c24 !important;
    border-radius: 50%;
    transition: all .3s ease;
}

.banner-slider .owl-nav button.owl-prev {
    position: absolute;
    left: 25px;
    top: 40%;
}

.banner-slider .owl-nav button.owl-next {
    position: absolute;
    right: 25px;
    top: 40%;
}

.banner-slider .owl-nav button span {
    font-size: 45px;
    font-weight: 200;
    line-height: 30px;
    color: #ed1c24;
}

.banner-slider .owl-nav [class*=owl-]:hover {
    background: #ed1c24;
    color: #fff;
    border: 2px solid #fff !important;
}

.banner-slider .owl-nav [class*=owl-]:hover span {
    color: #fff;
}


/* ******************************
:: 15.0 FOOTER AREA CSS
****************************** */

/* Legacy footer styles removed to avoid conflicts with modern footer design */



/* ******************************
:: 16.0  POPUP AREA 
****************************** */

.modal-dialog {
    margin-top: 100px;
    max-width: 694px !important;
    z-index: 99999;
}

.order-model .modal-dialog {
    max-width: 500px !important;
}

.modal.fade .modal-dialog {
    top: 48%;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.modal-content {
    border-radius: 0px;
    overflow: hidden;
    padding-bottom: 50px;
}

.modal-header {
    border-bottom: none;
}

.download-close {
    float: right;
    background: #2e2a29;
    border-radius: 45px;
    border: 1px solid transparent;
    width: 46px;
    height: 46px;
    z-index: 99999;
    position: absolute;
    right: -6px;
    top: -8px;
    padding: 2px 0;
    transition: all .3s ease;
}

.download-close:hover {
    background: #c5a10f;
}

.download-close span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    line-height: 45px;
    padding: 5px 16px;
}

#letter5 {
    text-align: center;
}

.letter_inner .heading {
    margin-bottom: 0px;
}

.heading h2 {
    font-size: 35px;
    line-height: 24px;
    color: #193d6f;
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
}

.heading h2:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 240px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(to right, #e86351 0%, transparent 100%);
    z-index: 99;
}

#letter6 .tab-content,
#letter5 .tab-content {
    padding: 0 50px;
}

.order-model form {
    display: block;
}

.order-model label {
    font-size: 14px;
    font-family: 'Lexend Deca', sans-serif;
    color: #999;
    line-height: 24px;
    position: absolute;
    left: 34px;
    top: -12px;
    background: #fff;
    padding: 0 8px;
    z-index: 99;
}

#letter5 select,
#letter5 input {
    margin-bottom: 15px;
    position: relative;
    color: #000;
    resize: none;
    font-weight: 300;
    border: 0.5px solid #ccc;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    height: 55px;
    width: 100%;
    font-size: 18px;
    padding: 0 20px;
    border-radius: 3px;
    z-index: 9;
    box-shadow: none;
    cursor: pointer;
}

#letter5 input[type="submit"] {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #282728;
}

#letter5 input:focus {
    outline: none !important;
    border: 0.5px solid #e86351;
    color: #193d6f;
}

.wrap {
    overflow: hidden;
    position: relative;
}

.order-model .datepicker {
    position: relative;
}

.popup-btn a {
    background: #185cc9;
    color: #fff;
    padding: 18px 72px;
    border-radius: 100px;
    transition: all .3s;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.popup-btn a:hover {
    background-color: #e86351;
    color: #fff;
}

.popup-btn {
    margin-top: 40px;
}

.modal.fade .modal-dialog {
    display: flex;
}

.popup-img-main {
    background-color: #2f9331;
}

.popup-img img {
    width: 280px;
}

.model-project-details .form-group input::-webkit-input-placeholder,
.model-project-details .form-group textarea::-webkit-input-placeholder {
    color: #000;
}

.model-project-details .form-group input:-ms-input-placeholder,
.model-project-details .form-group textarea:-ms-input-placeholder {
    color: #000;
}

.model-project-details .form-group input::placeholder,
.model-project-details .form-group textarea::placeholder {
    color: #000;
}

.model-project-details input:focus,
.model-project-details textarea:focus,
.model-project-details select:focus {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #e86351;
    color: #fff;
    background: transparent;
}

.popupleft-content,
.modal-mookambika {
    background-color: #e86351;
}

.popupleft-content {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 50px;
    background-image: url(../img/banner-lady.jpg);
    background-size: cover;
}

.popupleft-content p {
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    line-height: 60px;
}


/* .popupleft-content h4{
    color: #fff;
    font-weight: 400;
    font-size: 23px;
    text-transform: uppercase;
}

.popupleft-content h3 {
    font-weight: 500;
    color: #fff;
    font-size: 23px;
    margin: 25px 0;
    text-transform: uppercase;
}

.popupleft-content h3 span{
    font-weight: 800;
    font-size: 30px;
} */


/* #letter5 select, #letter5 input{
    color: #fff;
} */

.popupleft-content {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 50px;
    background-image: url(../img/bg/popup.png);
    background-size: cover;
    background-position: center;
}


/* ******************************
:: 16.0  Product AREA 
****************************** */

.product-area {
    background-color: #f5efe5;
    padding: 70px 0;
}

.pro-box {
    background: #ffffff;
    padding: 30px 22px;
    min-height: 432px;
}

.pro-box .head {
    margin-bottom: 25px;
    max-width: 225px;
}

.pro-box .head h1 {
    color: #004a54;
    font-weight: 500;
    font-size: 28px;
    position: relative;
}

.pro-box .head h1.ring-head {
    position: relative;
}

.pro-box .head h1::before {
    position: absolute;
    content: "";
    background-image: url(../img/bg/pr-right-icon.png);
    height: 11px;
    width: 88px;
    right: 0;
    top: 14px;
}

.pro-box .head h1.ring-head::before {
    position: absolute;
    right: 35px;
}

.pro-box .inner {
    text-align: center;
}

.pro-box .inner .img {
    height: 215px;
}

.pro-box .inner .text p {
    color: #004a54;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
}

.pro-box-last {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pro-box-last .inner .img {
    height: inherit
}

.pro-box-last .inner h2 {
    font-family: 'Playfair Display', serif;
    color: #004a54;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 6px;
    margin-top: 5px;
}

.pro-box-last .inner h4 {
    color: #004a54;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 20px;
}

.btn-pro {
    margin-top: 0px;
    margin-bottom: 0px;
}

.btn-pro a {
    padding: 26px 25px;
    background: #f7bd34;
    border: 1px solid #f7bd34;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.btn-pro a:hover {
    background-color: #fff;
    color: #f7bd34;
}


/* ******************************
:: 0.0 Brand AREA CSS
****************************** */

.brand-area {
    position: relative;
    background-color: #f5efe5;
    padding-bottom: 30px;
}

.brand-head {
    margin-bottom: 80px;
}

.brand-head h1 {
    position: relative;
    color: #004a54;
    font-size: 40px;
    font-weight: 400;
    max-width: 725px;
    margin: 0 auto;
}

.brand-head h1::before {
    position: absolute;
    content: "";
    background-color: #c39d60;
    height: 1px;
    width: 100px;
    right: 0;
    bottom: 19px;
}

.brand-head h1::after {
    position: absolute;
    content: "";
    background-color: #c39d60;
    height: 1px;
    width: 100px;
    left: 0;
    bottom: 19px;
}


/* ******************************
:: 0.0 About AREA CSS
****************************** */

.about-area {
    background-color: #f5efe5;
    padding: 30px 0 80px;
}

.about-bg {
    background-image: url(../img/bg/about-bg.jpg);
    background-position: center;
    background-size: cover;
    height: 760px;
    width: 100%;
    position: relative;
}

.about-inner h4 {
    color: #ed1c24;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}

.about-inner h1 {
    color: #f6f2e9;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
}

.about-inner p {
    color: #f6f2e9;
    font-size: 16px;
    line-height: 26px;
}

.about-inner .btn-about {
    margin-top: 50px;
}

.about-inner .btn-about a {
    padding: 18px 60px;
    background: #ed1c24;
    border: 1px solid #ed1c24;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    border-radius: 8px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.about-inner .btn-about a:hover {
    background-color: #fff;
    color: #ed1c24;
}

.about-inner {
    padding-top: 100px;
}


/* ******************************
:: 0.0 Video AREA CSS
****************************** */

.video-section {
    position: relative;
    background-image: url(../img/bg/video-bg.jpg);
    width: 100%;
    height: 540px;
    background-position: center;
    background-size: cover;
}

.video-area {
    margin-top: -420px;
}

.video-sec {
    padding-bottom: 50px;
    background-color: #f5efe5;
}


/* ******************************
:: 0.0 Our Stores AREA CSS
****************************** */

.our-stores {
    background-color: #f5efe5;
    padding: 20px 0 50px;
}

.brand-head2 h1::before {
    width: 150px;
    right: 60px;
}

.brand-head2 h1::after {
    width: 150px;
    left: 60px;
}

.store-box {
    border: 1px solid #c6bba8;
    padding: 20px;
    min-height: 160px;
    margin-bottom: 20px;
}

.store-box h3 {
    color: #414141;
    font-weight: 400;
    margin-bottom: 10px;
}

.store-box p {
    color: #2e2e2e;
    font-size: 15px;
    margin-bottom: 10px;
}

.store-box a {
    color: #414141;
    font-weight: 600;
    font-size: 16px;
    transition: all .3s ease;
}

.store-box a:hover {
    color: #ed1c24;
    text-decoration: underline;
}

.center-line {
    color: #f6bc5f;
}

.phone-img {
    margin-right: 5px;
}

.btn-call {
    justify-content: space-between;
    max-width: 300px;
    align-items: center;
}

.store-bx2 {
    background-image: url(../img/bg/store-bg.png);
    background-position: center;
    background-size: cover;
    height: 180px;
    width: 100%;
    align-items: center;
    padding-left: 150px;
}

.store-bx2 .text {
    max-width: 300px;
    text-align: center;
    margin-right: 15px;
}

.store-bx2 .text h1 {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 23px;
}

.store-bx2 .btn-store a {
    padding: 18px 10px;
    background: #ed1c24;
    border: 1px solid #ed1c24;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 8px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.store-bx2 .btn-store a:hover {
    color: #ed1c24;
    background-color: #fff;
}


/* ******************************
:: 0.0 Testi AREA CSS
****************************** */

.testi-area {
    background-color: #f5efe5;
    padding: 70px 0 125px;
}

.single-testi {
    background-color: #fff;
    padding: 90px 70px;
    text-align: left;
}

.single-testi .icon {
    margin-bottom: 35px;
}

.single-testi p {
    color: #212121;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
}

.single-testi .name h3 {
    color: #004a54;
    position: relative;
    font-weight: 500;
}

.single-testi .name h3::before {
    position: absolute;
    content: "";
    background-color: #004a54;
    height: 1px;
    width: 50px;
    bottom: 12px;
    left: 35%;
}

.brand-head3 {
    margin-bottom: 50px;
}

.testi-slider .owl-dots {
    position: relative;
    text-align: center;
    top: 40px;
}

.testi-slider .owl-dots button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #d4cec0 !important;
    margin-right: 10px;
    border: none !important;
    outline: none;
}

.testi-slider .owl-dots button.active {
    background-color: #c39d60 !important;
}


/* ******************************
:: 0.0 Contact AREA CSS
****************************** */

.contact-area {
    background-image: url(../img/bg/contact-bg.jpg);
    background-position: center;
    background-size: cover;
    height: auto;
    width: 100%;
}

.ct-inner h1 {
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 65px;
    margin-bottom: 10px;
    font-weight: 400;
}

.ct-inner h3 {
    color: #eeb96d;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 27px;
}

.ct-inner .head {
    margin-bottom: 25px;
}

.ct-form {
    background: #000000b3;
    padding: 55px 35px;
}

.ct-inner {
    padding: 85px 0;
}

.ct-form .form-group input {
    color: #fff;
}

.ct-form .form-group input::placeholder,
.ct-form .form-group textarea::placeholder {
    color: #fff;
}

.ct-form .form-group input:focus {
    color: #000;
}


/* ******************************
:: 0.0 Promise AREA CSS
****************************** */

.promise-area {
    background-image: url(../img/bg/promise-bg.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 70px 0;
}

.promise-box {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 25px;
    min-height: 188px;
}

.promise-box .icon img {
    /* max-width: 55px; */
    margin-bottom: 15px;
}

.promise-box h3 {
    color: #212121;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5px
}

.promise-box p {
    color: #212121;
    line-height: 21px;
}

.brand-head4 h1:before {
    width: 150px;
    right: -27px;
}

.brand-head4 h1:after {
    width: 150px;
    left: -27px;
}

.brand-head4 h1 {
    color: #f6f2e9;
}


/* Side Buttons */

.vertical_btn {
    position: fixed;
    bottom: 50%;
    right: -34px;
    padding: 5px 25px 4px;
    border-radius: 4px;
    background: #7d210c;
    font-size: 19px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    color: #fff;
    z-index: 10;
    text-transform: uppercase;
    transform: rotate(-90deg);
    letter-spacing: 3px
}

.vertical_btn:hover {
    background: #b32025;
    color: #fff
}

.header_social p a {
    color: #999;
    font-size: 18px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    text-align: center;
    padding-top: 20px;
}

.whatsapp_inte {
    z-index: 100;
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #2ab03f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    color: #fff;
    right: 0;
    bottom: 0;
    float: right;
    -webkit-box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
    box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
}

.whatsapp_inte:hover {
    background: #00df23;
    color: #fff;
}

.whatsapp_inte i {
    position: relative;
    top: -1px;
    left: 1px;
}

.callnow_inte {
    margin-bottom: 10px;
    z-index: 100;
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #0057d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    color: #fff;
    right: 0;
    bottom: 0;
    float: right;
    -webkit-box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
    box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
}

.callnow_inte:hover {
    background: #0448af;
    color: #fff;
}

.cont_link_box {
    z-index: 100;
    position: fixed;
    right: 15px;
    top: 80%;
    transform: translateY(-50%);
    width: 50px;
    display: inline-block;
}

.vertical_btn {
    position: fixed;
    bottom: 50%;
    right: -34px;
    padding: 10px 25px 10px;
    border-radius: 4px;
    background: #ed1c24;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    z-index: 99;
    text-transform: uppercase;
    transform: rotate(-90deg);
    letter-spacing: 3px;
}

.enq-side a {
    display: none;
}

.navbar-inner {
    position: absolute;
    right: 0;
    display: flex;
}

.banner-content {
    margin-top: -200px;
    margin-right: 140px;
}

.banner-content h3 {
    color: #ffffff;
    font-size: 45px;
    padding: 30px;
    background: rgba(0, 0, 0, .5)
}

.newabout-area {
    background-color: #e6f2ff;
    padding: 50px 0;
}

.newabout-area img {
    border-radius: 20px;
    width: 95%;
}

.about-ca {
    color: #0871bd;
    font-size: 22px;
    padding-bottom: 10px;
}

.newabout-area h3 {
    color: #004c8c;
    font-size: 42px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.about-cont {
    font-size: 22px;
    padding-top: 10px;
    font-weight: 100;
    color: #000;
    line-height: 1.5;
}


.btn-normal {
    margin-top: 40px;
    margin-bottom: 50px;
}

.btn-normal a {
    padding: 20px 25px;
    background: #736fb6;
    border: 1px solid #736fb6;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    border-radius: 8px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.btn-normal a:hover {
    background-color: #fff;
    color: #736fb6;
}

.about-count {
    background-color: #d9ebff;
    border-radius: 20px;
    padding-left: 40px;
    margin-top: 30px;
    width: 100%;
}

.about-count h3 {
    font-size: 35px;
    padding-bottom: 5px;
}

.about-count h3 span {
    font-size: 30px;
    margin-top: -5px;
}

.about-count p {
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 20px;
    text-align: center;
}

.about-count-boarder {
    border-right: 1px solid #dce0e4;
}

.about-services {
    padding-top: 50px;
    text-align: center;
    align-items: center;
}

.about-services img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.about-services p {
    font-size: 22px;
    padding-top: 12px;
    color: #000;
}

.ourservices-area {
    background-color: #ffffff;
    padding: 70px 0;
}

.ourservices-area h3 {
    color: #004c8c;
    font-size: 40px;
}

.ourservices-area h6 {
    color: #000;
    padding-top: 20px;
    font-size: 22px;
    padding-bottom: 20px;
}

.study-abroad-card {
    background-color: #0f93eb;
    min-height: 271px;
    border-radius: 0 20px 20px 0;
    margin-left: -30px;
}

.study-abroad-card-img {
    min-height: 255px;
}

.study-abroad-card-img img {
    border-radius: 20px 0 0 20px;
}

.study-abroad-card h4 {
    color: #ffffff;
    padding-top: 30px;
    padding-left: 50px;
    font-size: 35px;
}

.study-abroad-card p {
    color: #ffffff;
    padding-top: 10px;
    padding-left: 50px;
    font-size: 18px;
    font-weight: 200;
    padding-right: 50px;
}


.test-preparation-card {
    background-color: #19a94c;
    min-height: 285px;
    border-radius: 20px 0 0 20px;

}

.test-preparation-card-img {
    min-height: 255px;
    margin-left: -30px;
}

.test-preparation-card-img img {
    border-radius: 0 20px 20px 0;
}

.test-preparation-card h4 {
    color: #ffffff;
    padding-top: 30px;
    padding-left: 50px;
    font-size: 35px;
}

.test-preparation-card p {
    color: #ffffff;
    padding-top: 10px;
    padding-left: 50px;
    font-size: 18px;
    font-weight: 200;
    padding-right: 50px;
}


.visa-ticket-card {
    background-color: #0f93eb;
    min-height: 271px;
    border-radius: 0 20px 20px 0;
    margin-left: -30px;
}

.visa-ticket-card-img {
    min-height: 255px;
}

.visa-ticket-card-img img {
    border-radius: 20px 0 0 20px;
}

.visa-ticket-card h4 {
    color: #ffffff;
    padding-top: 30px;
    padding-left: 50px;
    font-size: 35px;
}

.visa-ticket-card p {
    color: #ffffff;
    padding-top: 10px;
    padding-left: 50px;
    font-size: 18px;
    font-weight: 200;
    padding-right: 50px;
}


.btn-readmore {
    margin-top: 25px;
    margin-bottom: 50px;
    margin-left: 50px;
}

.btn-readmore a {
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #0f93eb;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    border-radius: 8px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.btn-readmore a:hover {
    background-color: #0f93eb;
    color: #ffffff;
}

.btn-readmore1 {
    margin-top: 25px;
    margin-bottom: 50px;
    margin-left: 50px;
}

.btn-readmore1 a {
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #19a94c;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    border-radius: 8px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.btn-readmore1 a:hover {
    background-color: #19a94c;
    color: #ffffff;
}


.service-card-padding {
    padding-bottom: 10px;
}

.university-area {
    background-color: #f6f7f8;
    padding: 70px 0 125px;
}

.university-area h2 {
    font-size: 40px;
    color: #004c8c;
    padding-bottom: 50px;
}

.university-slider .owl-dots {
    position: relative;
    text-align: center;
    top: 40px;
}

.university-slider .owl-dots button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #d4cec0 !important;
    margin-right: 10px;
    border: none !important;
    outline: none;
}

.university-slider .owl-dots button.active {
    background-color: #c39d60 !important;
}

.su-first-block {
    background-color: #ffffff;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-right: 30px;
    border-radius: 20px;
    min-height: 378px;
}

.su-second-block {
    background-color: #ffffff;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-right: 30px;
    border-radius: 20px;
    margin-top: 30px;
    min-height: 378px;
}

.university-img img {
    width: 100px;
    padding-bottom: 10px;
}

.su-first-block h3 {
    color: #323232;
    padding-bottom: 15px;
}

.su-first-block p {
    color: #323232;
    padding-bottom: 15px;
    font-size: 15px;
}

.su-second-block h3 {
    color: #323232;
    padding-bottom: 15px;
}

.su-second-block p {
    color: #323232;
    padding-bottom: 15px;
    font-size: 15px;
}

.uni-arrow img {
    padding-left: 15px;
    width: 60px;
    height: 40px;
}

.uni-arrow p {
    padding-top: 8px;
    padding-left: 10px;

}

.backgroud-mid-baner-area {
    background-image: url(../img/background-mid-banner.jpg);
    background-position: center;
    background-size: cover;
    height: 500px;
}

.back-mid-content {
    margin-top: -400px;
}

.back-mid-content h2 {
    color: #ffffff;
    font-size: 60px;
}

.back-mid-content p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    padding-top: 30px;
    padding-bottom: 20px;
}

.back-mid-content-sec {
    margin-top: -350px;
    margin-left: 200px;
}


.btn-transparent {
    margin-top: 40px;
    margin-bottom: 50px;
}

.btn-transparent a {
    padding: 20px 25px;
    background: transparent;
    border: 1px solid #ffffff;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: 'Lexend', sans-serif;
    transition: all .3s ease;
}

.btn-transparent a:hover {
    background-color: #fff;
    color: #a6cf37;
}


.client-testi-area {
    background-color: #e6f2ff;
    padding: 70px 0 70px;
}


.client-testi-heading h2 {
    color: #212121;
    font-size: 35px;
}

.client-testi-heading .btn-normal {
    float: right;
    margin-top: -50px;
}

.client-single-testi {
    background-color: #ffffff;
    border-radius: 20px;
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 50px;
    padding: 50px 50px 50px 50px;
    display: flex;
}

.client-single-testi .photo {
    width: 350px;
}

.client-single-testi .photo img {
    border-radius: 20px;
}

.client-single-testi .photo h3 {
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
}

.client-single-testi .photo p {
    text-align: center;

}

.client-single-testi .content {
    padding-left: 30px;
}

.client-single-testi .content img {
    width: 70px;
    padding-bottom: 30px;
}

.client-single-testi .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #D9D9D9 !important;
    outline: none;
    margin-right: 10px;
}

.branches-area {
    background-color: #ffffff;
    padding: 70px 0;
}

.branch-box {
    background-color: #f6f7f8;
    border-radius: 20px;
    margin: 10px 0px 10px 10px;
    padding: 30px 30px 30px 30px;

}

.branch-box h3 {
    color: #4c4c4c;
    padding-bottom: 20px;
}

.faq-area {
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}

.faq-area-sec {
    background-color: #f6f7f8;
    padding: 80px 0;
    z-index: -10;
}

.footer-form {
    margin-top: -300px;
    z-index: 100;
    border-radius: 20px;
}

.footer-form img {
    height: 300px;
    border-radius: 20px;
}

.footer-form-content {
    background-color: #ffffff;
    border-radius: 20px;
}

.footer-form-area {
    padding-top: 60px;
    padding-left: 100px;
}

.footer-content {
    padding-top: 10px;
}

.footer-form-group {
    padding-left: 30px;
}

.footer-form-group input {
    border-radius: 15px;
    margin: 10px 10px 10px 10px;
    padding-left: 20px;
    background: #f5f5f5;
    height: 50px;
}

.footer-form-group select {
    border-radius: 15px;
    margin: 10px 10px 10px 10px;
    padding-left: 20px;
    background: #f5f5f5;
    height: 50px;
    width: 250px;
}

.footer-form-group input[type=submit] {
    border-radius: 15px;
    margin: 10px 10px 10px 10px;
    padding-left: 20px;
    background: #004c8c;
    color: #fff;
}

.faq-padding-bottom {
    padding-bottom: 30px;
}

.faq-area .card {
    border: 1px solid #eee;
    margin-bottom: 20px;
    box-shadow: none;
    border-radius: 10px;
    overflow: hidden;
}

.faq-area .card-header {
    background-color: #fff;
    border-bottom: none;
    padding: 0;
}






.card-header .btn {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    color: #212121;
    text-align: left;
    padding: 20px 60px 20px 25px;
    font-size: 18px;
    font-weight: 500;
}

.card-header .btn.collapsed {
    color: #444;
}

.card-header .btn:hover,
.card-header .btn:focus,
.card-header .btn:active {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    color: #05141f;
}

.card-header .btn::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #212121;
    transition: transform 0.3s;
}

.card-header .btn:not(.collapsed)::after {
    transform: translateY(-50%) rotate(180deg);
}

.faq-area .card-body {
    padding: 0 25px 25px;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}


.client-testi-slider .owl-nav {
    position: relative;
    top: 50px;
    text-align: center;
}

.client-testi-slider .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #D9D9D9 !important;
    outline: none;
    margin-right: 10px;
}

.client-testi-slider .owl-nav button span {
    color: #000;
    font-size: 30px;
    line-height: 30px;
}

.ctas-display-mobile {
    display: none;
}

.stmarys-course {
    margin-top: 50px;
    margin-bottom: 50px;
}

.stmarys-course h3 {
    color: #004c8c;
    font-size: 42px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.stmarys-course h6 {
    font-size: 22px;
    font-weight: 100;
    color: #000;
    line-height: 1.5;
    text-align: center;
}

.stmary-course-box {
    margin-top: 30px;
    background-color: #f6f7f8;
    min-height: 570px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.stmary-course-box img {
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding-bottom: 20px;
}

.stmary-course-box h4 {
    color: #004c8c;
    font-size: 22px;
    text-align: center;
    padding-bottom: 10px;
}

.stmary-course-box p {
    font-size: 18px;
    font-weight: 100;
    color: #000;
    line-height: 1.5;
    margin-left: 25px;
    margin-right: 25px;
    text-align: justify;
    min-height: 135px;
}

.stmary-course-box .btn-normal {
    text-align: center;
}

.stmary-course-box .btn-normal a {
    background: #283891;
    border: 1px solid #283891;
    padding: 15px 25px;
}

.stmary-course-box .btn-normal a:hover {
    background-color: #fff;
    color: #283891;
}

.tijos-placement {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f6f7f8;
    position: relative;
    z-index: -1px;
}

.tijos-placement h3 {
    color: #004c8c;
    font-size: 42px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.tijos-placement h6 {
    font-size: 22px;
    font-weight: 100;
    color: #000;
    line-height: 1.5;
    text-align: center;
}

.tijos-placement-single {
    width: 100%;
    border-radius: 25px;
}

.tijos-placement-single {
    text-align: center;
    margin: auto;
}

.tijos-placement-single img {
    text-align: center;
    width: 100px;
    height: 100px;
    margin: auto;
}

.tijos-placement-box {
    padding-top: 30px;
}

.tijos-placement-content {
    background-color: #0056b3;
    margin-top: -50px;
    border-radius: 25px;
    min-height: 160px;
}

.tijos-placement-content h4 {
    padding-top: 70px;
    color: #fff;
    padding-bottom: 10px;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.tijos-placement-content p {
    color: #fff;
    font-size: 17px;
    font-weight: 100;
    margin-left: 10px;
    margin-right: 10px;
}

.tijos-placement-single .btn-normal a {
    padding: 15px 25px;
    background: #fff;
    border: 1px solid #fff;
    color: #004c8c;
}

.tijos-placement-single .btn-normal a:hover {
    color: #fff;
    background: #0056b3;
}

.logo img {
    width: 150px;
}

.center-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 55px;
    color: #ee0707;
}

.tijos-video-testimonials {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}

.tijos-video-testimonials h3 {
    color: #004c8c;
    font-size: 42px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.tijos-video-testimonials h6 {
    font-size: 22px;
    font-weight: 100;
    color: #000;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 20px;
}

.tijos-video-testimonials-single img {
    padding-right: 10px;
}


.tijos-gallery {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ebebeb;
}

.tijos-gallery h3 {
    color: #004c8c;
    font-size: 42px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.tijos-gallery h6 {
    font-size: 22px;
    font-weight: 100;
    color: #000;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 30px;
}

.tijos-gallery-single {
    margin: auto;
}

.tijos-gallery-single img {
    padding-bottom: 20px;
}

.tijos-gallery-single p {
    margin-left: 25px;
    margin-right: 25px;
    font-size: 19px;
    font-weight: 100;
    color: #000;
    line-height: 1.5;
    text-align: justify;
    padding-bottom: 20px;
}

.tijos-gallery-single .btn-normal a {
    padding: 10px 15px;
    margin: auto;
}

.tijos-gallery-single .btn-normal {
    margin: auto;
    align-items: center;
    text-align: center;
}

.tj-nav-call {
    margin-top: 20px;
    margin-left: 20px;
}

.tj-nav-call p {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
}

.tijo-course {
    margin-top: 50px;
    margin-bottom: 50px;
}

.tijo-course h3 {
    color: #004c8c;
    font-size: 42px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.tijo-course h6 {
    font-size: 22px;
    font-weight: 100;
    color: #000;
    line-height: 1.5;
    text-align: center;
}

.tijo-course-box {
    border-radius: 25px;
    border-style: dashed;
    border-width: 2px;
    border-color: #d9d9d9;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding-top: 25px;
    margin-top: 25px;
    min-height: 613px;
}

.tijo-course-box-contaner {
    display: block;
    text-align: center;
}

.tijo-course-box-icone {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 50%;
    background-color: #015abd;
    height: 170px;
    width: 170px;
}

.tijo-course-box-icone h5 {
    color: #fff;
    font-size: 30px;
    padding-top: 65px;
}

.tijo-course-box-contaner h4 {
    color: #004c8c;
    font-size: 25px;
    padding-bottom: 10px;
}

.tijo-course-box-contaner p {
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
    font-size: 18px;
    font-weight: 100;
    color: #000;
    line-height: 1.5;
}

.tijo-why-choose {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f6f7f8;
    ;
}

.tijo-why-choose h3 {
    color: #004c8c;
    font-size: 42px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.tijo-why-choose h6 {
    font-size: 22px;
    font-weight: 100;
    color: #000;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 30px;
}

.tijo-why-choose-box {
    justify-content: center;
    border-style: solid;
    border-width: 2px;
    border-color: #d9d9d9;
    border-radius: 25px;
    min-height: 300px;
    margin: auto;
    text-align: center;
    background-color: #fff;
}

.tijo-why-choose-box:hover {
    background-color: #f8f8f8;
}

.tijo-why-choose-box img {
    padding-top: 50px;
}

.tijo-why-choose-box h6 {
    font-weight: 800;
}

.tiju-button-about-center {
    text-align: center;
    margin: auto;
    margin-top: 50px;
}

.tijo-download-book {
    background-color: #025abe;
    height: 70px;
}

.tijo-download-book-count {
    display: flex;
    text-align: center;
    margin: auto;
}

.tijo-download-book-count h5 {
    color: #fff;
    padding-left: 50px;
    font-size: 37px;
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 400;
}

.tijo-download-book-count h5 span {
    font-weight: 800;
    font-size: 40px;
}

.tijo-download-book-count h6 {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 4px;
}

.tijo-download-book-count h6 span {
    font-weight: 800;
    font-size: 40px;
}

.tijo-download-book-button {
    border: 2px solid #fff;
    border-radius: 50px;
    margin-top: 12px;
    margin-left: 20px;
}

.tijo-download-book-button:hover {
    border: 2px solid #025abe;
    border-radius: 50px;
    margin-top: 12px;
    margin-left: 20px;
    background-color: #fff;
}

.tijo-download-book-button:hover h6 {
    color: #025abe;
}

.ti-banner {
    height: 850px;
}

.ti-banner img {
    padding-top: 180px;
}

.footer-address h4 {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.footer-address p {
    color: #fff;
    text-align: center;
}

.footer-address p a {
    color: #fff;
}

.footer-address p a:hover {
    color: #e2d7fa;
}

.footer-content .logo {
    text-align: center;
}

.tj-nav-caption p {
    font-family: Montserrat;
    font-weight: 800;
    color: #004c8c;
    margin-top: 55px;
    margin-right: 20px;
    font-size: 20px;
}

.tj-nav-caption-mobile {
    display: none;
}

.tijo-mentor-video {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #e6f2ff;
}

.tijo-mentor-video h3 {
    color: #004c8c;
    font-size: 42px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.tijo-mentor-video h6 {
    font-size: 22px;
    font-weight: 100;
    color: #000;
    line-height: 1.5;
    text-align: center;
}

.tijo-mentor-video-block {
    margin: auto;
    text-align: center;
    padding-top: 25px;
}

.tijo-mentor-video-block img {
    border-radius: 25px;
    height: 500px;
}

.tijo-mentor-video-block .center-icon1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 55px;
    color: #ee0707;
}

.tijos-sucess-story-single img {
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.as-banner {
    background-color: #736fb6;
}

.as-banner-left-side {
    background-color: #736fb6;
}

.as-banner-right-side {
    margin-right: -30px;
    height: auto;
}

.as-banner-right-side img {
    margin-left: -30px;
    margin-top: 70px;
}

.ascent-speciality-department {
    background-color: #f4f4f4;
    padding-top: 70px;
    padding-bottom: 70px;
}

.ascent-speciality-department-head h2 {
    color: #212121;
    font-weight: 500;
    font-size: 35px;
}

.ascent-speciality-department-head hr {
    width: 850px;
    border: solid 1px #fc7d1b;
}

.ascent-speciality-department-head-button {
    padding-left: 30px;
    padding-top: 15px;
    float: right;
}

.ascent-view-button a {
    padding: 20px 20px;
    border: solid 1px #736fb6;
    color: #736fb6;
    font-size: 18px;
}

.ascent-view-button a:hover {
    padding: 20px 20px;
    border: solid 1px #736fb6;
    color: #736fb6;
    font-size: 18px;
}

.ascent-speciality-department-content-area {
    padding-top: 30px;
    display: flex;
    width: 100%;
}

.ascent-speciality-department-content-area-block {
    background-color: #fff;
    padding: 30px;
    min-height: 400px;
}

.ascent-speciality-department-content-area-block h4 {
    padding-top: 30px;
    padding-bottom: 20px;
    min-height: 100px;
    color: #212121;
    font-weight: 500;
}

.ascent-speciality-department-content-area-block p {
    margin-bottom: 20px;
}

.ascent-speciality-department-content-area-block .ascent-view-button {
    margin: auto;
    padding-bottom: 20px;
}

.ascent-speciality-department-content-area-block .ascent-view-button a {
    color: #fff;
    background-color: #736fb6;
    font-size: 18px;
    padding-top: 15px;
    padding-left: 25px;
    padding-bottom: 15px;
    padding-right: 0px;
}

.ascent-speciality-department-content-area-block .ascent-view-button a:after {
    padding: 15px 10px;
    background-color: #fc7d1b;
    content: url(../img/arrow-up-ascent-white.png);
}

.ascent-our-professionals {
    padding-bottom: 70px;
    padding-top: 70px;
    background-color: #736fb6;
}

.ascent-our-professionals-head h2 {
    color: #fff;
    font-weight: 500;
    font-size: 35px;
    padding-bottom: 30px;
}

.ascent-our-professionals-doctor {
    background-color: #fff;
    min-height: 400px;
    margin-left: 5px;
    margin-right: 5px;
}

.ascent-our-professionals-doctor h4 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.ascent-our-professionals-doctor p {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.ascent-our-professionals-doctor .ascent-view-button {
    background-color: #fc7d1b;
    margin: auto;
    text-align: center;
    height: 60px;
    padding-top: 15px;
}

.ascent-our-professionals-doctor .ascent-view-button a {
    color: #fff;
    font-size: 20px;
    border: none;
}

.ascent-our-professionals-doctor .ascent-view-button a:after {
    content: url(../img/arrow-up-ascent-white.png);
    font-size: 10px;
}

.ascent-our-professionals-doctor-white-block {
    min-height: 160px;
}

.ascent-our-professionals-cta {
    margin: auto;
    padding-top: 100px;
    text-align: center;
}

.ascent-our-professionals-cta .ascent-view-button a {
    padding: 20px 20px;
    border: solid 1px #fff;
    color: #fff;
    font-size: 18px;
}

.ascent-our-professionals-cta .ascent-view-button a:after {
    padding: 15px 10px;
    content: url(../img/arrow-up-ascent-white.png);
}

.ascent-about {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #fff;
}

.ascent-about-left h2 {
    color: #fc7d1b;
    font-size: 55px;
}

.ascent-about-right h3 {
    font-weight: 500;
    font-size: 29px;
    padding-bottom: 20px;
}

.ascent-about-right p {
    font-size: 18px;
    color: #212121;
    font-weight: 300;
    padding-bottom: 30px;
}

.ascent-about-right .ascent-view-button {
    padding-top: 20px;
}

.ascent-about-right .ascent-view-button a {
    padding: 20px 20px;
    border: solid 1px #736fb6;
    background-color: #736fb6;
    color: #fff;
    font-size: 18px;
}

.ascent-about-right .ascent-view-button a:after {
    padding: 15px 10px;
    content: url(../img/arrow-up-ascent-white.png);
}

.ascent-highlights {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f4f4f4;
}

.ascent-highlights-head h2 {
    color: #212121;
    font-size: 35px;
    font-weight: 500;
}

.ascent-highlights-single {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    margin-left: 20px;
    min-height: 320px;
}

.ascent-highlights-data-block {
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 30px;
}

.ascent-highlights-data-block h4 {
    font-weight: 500;
    font-size: 18px;
    color: #212121;
    padding-bottom: 10px;
}

.ascent-highlights-data-block .ascent-view-button {
    padding-top: 20px;
}

.ascent-highlights-data-block .ascent-view-button a {
    padding: 12px 20px;
    border: solid 1px #736fb6;
    background-color: #736fb6;
    color: #fff;
    font-size: 15px;
}

.ascent-highlights-data-block .ascent-view-button a:after {
    padding: 12px 10px;
    content: url(../img/arrow-up-ascent-white.png);
}

.ascent-highlights-cta {
    margin: auto;
    padding-top: 30px;
    text-align: center;
}

.ascent-highlights-cta .ascent-view-button {
    padding-top: 50px;
}

.ascent-highlights-cta .ascent-view-button a {
    padding: 20px 20px;
    border: solid 1px #736fb6;
    background-color: #736fb6;
    color: #fff;
    font-size: 15px;
}

.ascent-highlights-cta .ascent-view-button a:after {
    padding: 12px 10px;
    content: url(../img/arrow-up-ascent-white.png);
}


.ascent-highlighted-video {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
}

.ascent-highlighted-video-head {
    margin-bottom: 40px;
    text-align: left;
}

.ascent-highlighted-video-head h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1c144e;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.ascent-highlighted-video-head h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #fc7d1b;
}

.ascent-highlighted-video-area {
    padding-top: 10px;
}

.ascent-highlighted-video-block {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

/* Video Item Container */
.video-item-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    background-color: #000;
}

.video-item-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.video-item-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    opacity: 0.9;
}

.video-item-wrapper:hover img {
    transform: scale(1.05);
    opacity: 1;
}

/* Large Video */
.ascent-highlighted-video-first-block {
    grid-row: 1 / span 2;
    padding-right: 0;
    /* Removing old padding */
}

/* Second Block Wrapper (Grid participation) */
.ascent-highlighted-video-second-block {
    display: contents;
}

/* Play Icon Overlay */
.video-item-wrapper .center-icon1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    /* Let clicks pass through to the <a> tag */
}

.video-item-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.video-item-wrapper .center-icon1 img {
    width: 60px;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    transition: all 0.3s ease;
    opacity: 1;
    transform: scale(1);
}

.video-item-wrapper:hover .center-icon1 img {
    transform: scale(1.15);
    filter: drop-shadow(0 6px 15px rgba(252, 125, 27, 0.5));
}

/* Specific item styles (backward compat) */
.ascent-highlighted-video-first-block img {
    height: 100%;
}

.ascent-highlighted-video-second-block .item1,
.ascent-highlighted-video-second-block .item2 {
    /* These now participate in the main grid if we use display: contents */
}


.ascent-testimonals {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f4f4f4;
}

.ascent-testimonals-head h2 {
    font-size: 29px;
    font-weight: 500;
    color: #212121;
}

.ascent-testimonals-area {
    padding-top: 30px;
}

.ascent-testimonals-block {
    display: flex;
}

.ascent-testimonals-first-block {
    width: 100% !important;
    min-width: 700px;
}

.ascent-testimonals-first-block .center-icon1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
}

.ascent-testimonals-second-block {
    padding-left: 50px;
    padding-top: 50px;
}

.ascent-testimonals-second-block p {
    color: #212121;
    font-weight: 500;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.ascent-testimonals-second-block h6 {
    color: #fc7d1b;
}

.ascent-footer-banner {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #d9dfe2;
    background-image: url(../img/footer-img-ascent.png);
    background-repeat: no-repeat;
    background-position: right;
}

.ascent-footer-banner h2 {
    font-size: 45px;
    color: #212121;
    padding-bottom: 50px;
}

.ascent-footer-banner .ascent-view-button a {
    padding: 20px 20px;
    border: solid 1px #736fb6;
    background-color: #736fb6;
    color: #fff;
    font-size: 15px;
}

.ascent-footer-banner .ascent-view-button a:after {
    padding: 12px 10px;
    content: url(../img/arrow-up-ascent-white.png);
}

/* ******************************
:: 15.0 FOOTER AREA CSS
****************************** */

footer {
    background-color: #1a1a24;
    padding: 80px 0 0;
    color: #e2e8f0;
}

.footer-col {
    margin-bottom: 40px;
}

.footer-logo {
    max-width: 250px;
    margin-bottom: 25px;
}

.footer-desc {
    color: #94a3b8;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    border-radius: 50%;
    margin-right: 12px;
    transition: all 0.3s ease;
    font-size: 16px;
}

.footer-social a:hover {
    background: #fc7d1b;
    transform: translateY(-5px);
    color: #fff;
}

.footer-col h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 12px;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #fc7d1b;
    border-radius: 2px;
}

.address-item {
    display: flex;
    margin-bottom: 20px;
}

.address-item i {
    color: #fc7d1b;
    font-size: 18px;
    margin-right: 15px;
    margin-top: 4px;
}

.address-item p {
    color: #94a3b8;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.6;
}

.footer-links ul li {
    margin-bottom: 12px;
}

.footer-links ul li a {
    color: #94a3b8;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.footer-links ul li a i {
    font-size: 12px;
    margin-right: 10px;
    color: #fc7d1b;
}

.footer-links ul li a:hover {
    color: #fc7d1b;
    padding-left: 8px;
}

.footer-bottom {
    background-color: #111118;
    padding: 25px 0;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom .opening p {
    color: #64748b;
    font-size: 14px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.footer-bottom .vm-logo {
    width: 80px;
    filter: brightness(0) invert(1);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.footer-bottom .vm-logo:hover {
    opacity: 1;
}

.footer-content hr {
    display: none;
}


.ascent-highlights-img-block img {
    width: 1000px !important;
}

.ascent-highlights-desktop {
    display: block;
}

.ascent-highlights-mobile {
    display: none;
}

.ascent-our-professionals-doctor-white-block .position {
    color: #ef723e;
}



.ascent-our-professionals-data .owl-nav button {
    width: 50px;
    height: 50px;
    border: 2px solid #fff !important;
    border-radius: 50%;
    transition: all .3s ease;
}

.ascent-our-professionals-data .owl-nav button.owl-prev {
    position: absolute;
    left: 45%;
    bottom: -10%;
}

.ascent-our-professionals-data .owl-nav button.owl-next {
    position: absolute;
    right: 45%;
    bottom: -10%;
}

.ascent-our-professionals-data .owl-nav button span {
    font-size: 45px;
    font-weight: 200;
    line-height: 30px;
    color: #fff;
}

.ascent-our-professionals-data .owl-nav [class*=owl-]:hover {
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
    border: 2px solid #fff !important;
}

.ascent-our-professionals-data .owl-nav [class*=owl-]:hover span {
    color: #fff;
}

.ascent-highlighted-display-mobile {
    display: none;
}

.ascent-highlighted-display-desktop {
    display: block;
}


.ascent-highlights-block .owl-nav button {
    width: 50px;
    height: 50px;
    border: 2px solid #fff !important;
    border-radius: 50%;
    transition: all .3s ease;
}

.ascent-highlights-block .owl-nav button.owl-prev {
    position: absolute;
    left: 45%;
    bottom: -15%;
}

.ascent-highlights-block .owl-nav button.owl-next {
    position: absolute;
    right: 45%;
    bottom: -15%;
}

.ascent-highlights-block .owl-nav button span {
    font-size: 45px;
    font-weight: 200;
    line-height: 30px;
    color: #fff;
}

.ascent-highlights-block .owl-nav [class*=owl-]:hover {
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
    border: 2px solid #fff !important;
}

.ascent-highlights-block .owl-nav [class*=owl-]:hover span {
    color: #fff;
}

/* Ascent Packages */
.ascent-packages {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f8fafc;
    position: relative;
    z-index: 1;
}

.ascent-packages .container {
    max-width: 1400px;
}

.ascent-packages-head {
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
}

.ascent-packages-head h2 {
    font-size: 38px;
    color: #1c144e;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.ascent-packages-head h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #fc7d1b;
    border-radius: 10px;
}

.ascent-packages-head p {
    font-size: 16px;
    color: #475569;
    max-width: 700px;
    margin: 0 auto;
}

.ascent-packages-data.owl-carousel .owl-stage {
    display: flex;
}

.ascent-packages-package {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    margin: 10px;
    border: 1px solid #f1f5f9;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ascent-packages-package:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.ascent-packages-package img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.ascent-packages-package-white-block {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
    /* Better for long lists */
}

.ascent-packages-package-white-block h4 {
    font-size: 20px;
    color: #1c144e;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.3;
    min-height: 52px;
    /* Consistency in heading area */
}

.ascent-packages-package-white-block p {
    font-size: 14px;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 20px;
    min-height: 65px;
}

.package-includes {
    background: #f8fafc;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 25px;
    flex-grow: 1;
}

.package-includes h5 {
    font-size: 14px;
    color: #1c144e;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.package-includes ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.package-includes ul li {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 8px;
    position: relative;
    padding-left: 18px;
    line-height: 1.4;
}

.package-includes ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #fc7d1b;
    border-bottom: 2px solid #fc7d1b;
    transform: rotate(-45deg);
}

.ascent-packages-package .ascent-view-button {
    margin-top: auto;
}

.ascent-packages-package .ascent-view-button a {
    display: block;
    padding: 15px;
    background: #736fb6;
    color: #fff;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid #736fb6;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ascent-packages-package .ascent-view-button a:hover {
    background: #1c144e;
    border-color: #1c144e;
    color: #fff;
}

/* Customizing Owl Carousel for Packages */
.ascent-packages-data.owl-carousel .owl-stage-outer {
    padding: 20px 0;
}

.ascent-packages-data .owl-nav button {
    width: 45px;
    height: 45px;
    background: #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: none !important;
}

.ascent-packages-data .owl-nav button:hover {
    background: #fc7d1b !important;
    transform: translateY(-50%) scale(1.1);
}

.ascent-packages-data .owl-nav button span {
    color: #1c144e;
    font-size: 24px;
}

.ascent-packages-data .owl-nav button:hover span {
    color: #fff;
}

.ascent-packages-data .owl-nav button.owl-prev {
    left: -25px;
}

.ascent-packages-data .owl-nav button.owl-next {
    right: -25px;
}

@media (max-width: 1400px) {
    .ascent-packages-data .owl-nav button.owl-prev {
        left: -30px;
    }

    .ascent-packages-data .owl-nav button.owl-next {
        right: -30px;
    }
}

@media (max-width: 1200px) {
    .ascent-packages-data .owl-nav {
        display: none;
    }

    .ascent-packages-head h2 {
        font-size: 36px;
    }
}

.navbar img {
    width: 120px;
}

/* Agi Banner Styles */
.agi-banner {
    position: relative;
    padding-top: 80px;
    /* Offset for header */
}

.agi-banner-bg {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 80px 0 150px;
}

.agi-banner-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    /* dark overlay */
}

.agi-banner-bg>.container {
    position: relative;
    z-index: 2;
}

.agi-banner-content h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.agi-banner-content h1 .text-teal {
    color: #f7bd34;
}

.agi-banner-content>p {
    color: #f1f1f1;
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 90%;
    line-height: 1.6;
}

.agi-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.agi-feature-item {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.agi-feature-item i,
.agi-feature-item svg {
    font-size: 20px !important;
    color: #f7bd34;
    margin-right: 15px;
    border: 1px solid rgba(247, 189, 52, 0.5);
    padding: 10px !important;
    border-radius: 50%;
    width: 45px !important;
    height: 45px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    box-sizing: border-box !important;
}

.agi-banner-actions {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.agi-banner-actions .btn {
    border-radius: 8px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    padding: 12px 30px;
}

.agi-banner-actions .btn-teal {
    background: #f7bd34;
    color: #16213f;
    border: 1px solid #f7bd34;
}

.agi-banner-actions .btn-teal:hover {
    background: #e6b030;
    border-color: #e6b030;
    color: #16213f;
}

.agi-banner-actions .btn-outline-white {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.agi-banner-actions .btn-outline-white:hover {
    background: #fff;
    color: #333;
}

.agi-banner-checks {
    color: #f7bd34;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.agi-banner-checks span {
    color: #fff;
}

.agi-banner-checks i {
    color: #f7bd34;
    margin-right: 5px;
}

.agi-banner-checks svg {
    color: #f7bd34;
    margin-right: 5px;
}

/* Form Styles */
.agi-banner-form {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.agi-banner-form .form-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.agi-banner-form .form-header i {
    font-size: 35px !important;
    color: #16213f;
    margin-right: 15px;
    display: inline-block;
}

.agi-banner-form .form-header svg {
    font-size: 35px !important;
    color: #16213f;
    margin-right: 15px;
    display: inline-block;
}

.agi-banner-form .form-header h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1c144e;
}

.agi-banner-form .form-header p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.agi-banner-form .form-group {
    margin-bottom: 15px;
}

.agi-banner-form .form-group.has-icon {
    position: relative;
}

.agi-banner-form .form-group.has-icon>i:first-child,
.agi-banner-form .form-group.has-icon>svg:first-child {
    position: absolute !important;
    left: 15px !important;
    top: 25px !important;
    /* Fixed from 50% to align exactly with 50px input height */
    transform: translateY(-50%) !important;
    color: #666;
    z-index: 2;
    font-size: 16px !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
}

.agi-banner-form .form-group.has-icon .select-arrow,
.agi-banner-form .form-group.has-icon svg.select-arrow {
    position: absolute !important;
    right: 15px !important;
    top: 25px !important;
    /* Fixed from 50% to align exactly with 50px input height */
    transform: translateY(-50%) !important;
    color: #666;
    font-size: 12px !important;
    pointer-events: none;
    z-index: 2;
    width: 12px !important;
    height: 12px !important;
    margin: 0 !important;
}

.agi-banner-form .form-control {
    padding-left: 45px !important;
    height: 50px !important;
    border-radius: 8px !important;
    border: 1px solid #ddd !important;
    font-size: 14px !important;
    box-shadow: none !important;
    width: 100%;
    margin-bottom: 0 !important;
}

.agi-banner-form select.form-control {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.agi-banner-form .form-control:focus {
    border-color: #16213f;
    outline: none;
}

.agi-banner-form .btn-block {
    width: 100%;
    justify-content: center;
    padding: 15px;
    font-size: 16px;
    margin-top: 10px;
    background: #f7bd34;
    color: #16213f;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s;
}

.agi-banner-form .btn-block:hover {
    background: #e6b030;
}

.agi-banner-form .safe-info {
    text-align: center;
    font-size: 12px;
    color: #888;
    margin-top: 15px;
    margin-bottom: 0;
}

.agi-banner-form .safe-info i {
    color: #888;
    margin-right: 5px;
}

.agi-banner-form .safe-info svg {
    color: #888;
    margin-right: 5px;
}

/* Stats Bottom Bar */
.agi-banner-stats {
    position: relative;
    margin-top: -60px;
    z-index: 10;
}

.agi-banner-stats .stats-wrapper {
    background: #fff;
    border-radius: 15px;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.agi-banner-stats .stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.agi-banner-stats .stat-icon i {
    font-size: 35px;
    color: #16213f;
}

.agi-banner-stats .stat-icon svg {
    font-size: 35px;
    color: #16213f;
}

.agi-banner-stats .stat-text h4 {
    font-size: 24px;
    font-weight: 700;
    color: #1c144e;
    margin-bottom: 2px;
}

.agi-banner-stats .stat-text p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.3;
}

.agi-banner-stats .stat-divider {
    width: 1px;
    height: 40px;
    background: #e0e0e0;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
    .agi-features-grid {
        gap: 10px;
    }
}

@media (max-width: 991px) {
    .agi-banner-bg {
        padding: 100px 0 100px;
    }

    .agi-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .agi-banner-form {
        margin-top: 40px;
    }

    .agi-banner-stats {
        margin-top: 30px;
    }

    .agi-banner-stats .stats-wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }

    .agi-banner-stats .stat-item {
        width: 45%;
    }

    .agi-banner-stats .stat-divider {
        display: none;
    }
}

@media (max-width: 575px) {
    .agi-banner-bg {
        background-image: url('../img/banner/mobile_oil_rig_bg_new.png') !important;
        background-position: center;
    }

    .agi-banner-bg::before {
        background: rgba(0, 0, 0, 0.2);
        /* Lighter overlay to make the image more visible */
    }

    .agi-banner-content h1 {
        font-size: 32px;
        padding-top: 220px;
    }

    .agi-features-grid {
        grid-template-columns: 1fr;
    }

    .agi-banner-actions {
        flex-direction: column;
    }

    .agi-banner-checks {
        flex-direction: column;
        align-items: flex-start;
    }

    .agi-banner-stats .stats-wrapper {
        flex-wrap: nowrap;
        gap: 5px;
        padding: 15px 5px;
        justify-content: space-between;
    }

    .agi-banner-stats .stat-item {
        width: 24%;
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }

    .agi-banner-stats .stat-icon i,
    .agi-banner-stats .stat-icon svg {
        font-size: 20px;
    }

    .agi-banner-stats .stat-text h4 {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .agi-banner-stats .stat-text p {
        font-size: 10px;
        line-height: 1.2;
    }
}

/* Agi Why Choose Styles */
.agi-why-choose {
    background: #ffffff;
    padding-top: 80px;
    padding-bottom: 50px;
}

.why-choose-heading {
    margin-bottom: 50px;
}

.why-choose-heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
}

.why-choose-heading h2 .text-blue-main {
    color: #16213f;
}

.why-choose-heading p {
    font-size: 16px;
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto;
}

.why-choose-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 15px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
    border: 1px solid #f3f4f6;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

.why-choose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.why-choose-card .icon-box {
    width: 65px;
    height: 65px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.why-choose-card .icon-box i,
.why-choose-card .icon-box svg {
    font-size: 30px !important;
}

/* Icon Colors */
.bg-light-red {
    background: rgba(239, 68, 68, 0.1);
}

.text-red {
    color: #ef4444;
}

.bg-light-blue {
    background: rgba(59, 130, 246, 0.1);
}

.text-blue {
    color: #3b82f6;
}

.bg-light-green {
    background: rgba(16, 185, 129, 0.1);
}

.text-green {
    color: #10b981;
}

.bg-light-yellow {
    background: rgba(245, 158, 11, 0.1);
}

.text-yellow {
    color: #f59e0b;
}

.bg-light-orange {
    background: rgba(249, 115, 22, 0.1);
}

.text-orange {
    color: #f97316;
}

.why-choose-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 12px;
}

.why-choose-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .why-choose-heading h2 {
        font-size: 28px;
    }

    .why-choose-card {
        padding: 25px 20px;
    }
}

.why-choose-cta {
    margin-top: 15px;
}

.why-choose-cta .btn-main {
    background: #f7bd34;
    color: #16213f;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    border: 2px solid #f7bd34;
    transition: all 0.3s ease;
}

.why-choose-cta .btn-main:hover {
    background: #e6b030;
    border-color: #e6b030;
    color: #16213f;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(247, 189, 52, 0.4);
}

/* Agi Specialized Courses */
.agi-specialized-courses {
    padding-top: 80px;
    padding-bottom: 80px;
}

.specialized-heading {
    margin-bottom: 50px;
}

.specialized-heading h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
}

.specialized-heading h2::before,
.specialized-heading h2::after {
    content: "";
    flex: 1;
    border-bottom: 2px solid #185cc9;
    margin: 0 20px;
    opacity: 0.3;
    max-width: 60px;
}

.specialized-heading p {
    font-size: 16px;
    color: #6b7280;
}

.course-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    border: 1px solid #f1f5f9;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.course-card .card-top-section {
    border-bottom: 1px dashed #e2e8f0;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
}

.course-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    flex-shrink: 0;
}

.course-info h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}

.course-info p {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 0;
    line-height: 1.6;
}

.bg-purple-light {
    background: rgba(168, 85, 247, 0.1);
}

.text-purple {
    color: #a855f7;
}

.bg-cyan-light {
    background: rgba(20, 184, 166, 0.1);
}

.text-cyan {
    color: #14b8a6;
}

.course-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.course-tag {
    background-color: #eff6ff;
    color: #2563eb;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}

.cta-banner {
    background: #fff;
    border-radius: 15px;
    padding: 30px 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f5f9;
}

.cta-icon {
    width: 55px;
    height: 55px;
    background: #185cc9;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.cta-text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 5px;
}

.cta-text p {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 0;
}

.btn-yellow {
    background: #f7bd34;
    color: #16213f;
    padding: 14px 35px;
    border-radius: 8px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s;
    font-size: 16px;
    border: 2px solid #f7bd34;
}

.btn-yellow:hover {
    background: #e6b030;
    border-color: #e6b030;
    color: #16213f;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(247, 189, 52, 0.4);
    text-decoration: none;
}

@media (max-width: 767px) {
    .specialized-heading h2 {
        font-size: 26px;
    }

    .specialized-heading h2::before,
    .specialized-heading h2::after {
        display: none;
    }

    .cta-banner {
        padding: 25px 20px;
    }

    .cta-banner-content {
        flex-direction: column;
        text-align: center;
    }

    .cta-icon {
        margin-right: 0 !important;
        margin-bottom: 15px;
    }
}

/* Agi Career Opportunities Styles */
.agi-career-opportunities {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #ffffff;
}

.career-heading {
    margin-bottom: 50px;
}

.career-heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}

.heading-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.heading-divider span {
    height: 2px;
    width: 60px;
    background: #16213f;
    opacity: 0.3;
}

.heading-divider i {
    color: #16213f;
    font-size: 10px;
    margin: 0 10px;
}

.career-heading p {
    font-size: 16px;
    color: #6b7280;
    max-width: 800px;
    margin: 0 auto;
}

.column-title {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.icon-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 15px;
}

.bg-light-teal-custom {
    background: rgba(22, 33, 63, 0.1);
}

.text-teal-custom {
    color: #16213f !important;
}

.role-card {
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 8px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    height: 100%;
}

.role-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: #e2e8f0;
}

.role-card i,
.role-card svg {
    font-size: 20px !important;
    margin-right: 15px;
    width: 24px;
    text-align: center;
}

.role-card span {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
}

.timeline-container {
    position: relative;
    padding-left: 20px;
}

.timeline-container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 20px;
    width: 2px;
    background: rgba(22, 33, 63, 0.2);
}

.timeline-item {
    position: relative;
    padding-left: 20px;
    padding-bottom: 30px;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-dot {
    position: absolute;
    left: -24px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #16213f;
}

.timeline-item h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.timeline-item p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}

.career-bottom-banner {
    background: linear-gradient(135deg, #1c2b53 0%, #16213f 100%);
    border-radius: 15px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.career-bottom-banner::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background-image: radial-gradient(#fff 15%, transparent 16%);
    background-size: 20px 20px;
    opacity: 0.05;
}

.banner-icon-wrapper {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.banner-icon-inner {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-icon-inner i,
.banner-icon-inner svg {
    font-size: 40px !important;
    color: #16213f;
}

.career-banner-content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.career-banner-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.career-banner-content p:last-of-type {
    margin-bottom: 20px;
}

.btn-white {
    background: #fff;
    color: #111827;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s;
}

.btn-white:hover {
    background: #f8fafc;
    color: #16213f;
}

@media (max-width: 767px) {
    .career-heading h2 {
        font-size: 28px;
    }

    .career-bottom-banner {
        padding: 30px 20px;
    }

    .banner-icon-wrapper {
        margin-bottom: 20px;
    }

    .career-banner-content h3 {
        font-size: 22px;
        text-align: center;
    }

    .career-banner-content p {
        text-align: center;
    }

    .career-banner-content .btn-white {
        display: flex;
        justify-content: center;
        max-width: 200px;
        margin: 0 auto;
    }
}

/* About AGT Section */
.about-agt-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-agt-section.bg-light {
    background-color: #f8fafc !important;
}

.about-image-wrapper {
    position: relative;
    padding-right: 20px;
    padding-bottom: 20px;
}

.about-image-wrapper img {
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(22, 33, 63, 0.1);
    width: 100%;
}

.experience-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #16213f;
    color: #fff;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 8px solid #f8fafc;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.experience-badge .years {
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: #f7bd34;
    margin-bottom: 5px;
}

.experience-badge .text {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.text-dark-blue {
    color: #16213f !important;
}

.font-weight-600 {
    font-weight: 600;
}

.font-size-20 {
    font-size: 20px;
}

.about-features li span {
    font-size: 16px;
}

.about-content .heading-divider {
    margin-left: 0;
}

.about-content .btn-main {
    background: #f7bd34;
    color: #16213f;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    border: 2px solid #f7bd34;
    transition: all 0.3s ease;
    text-decoration: none;
}

.about-content .btn-main:hover {
    background: #e6b030;
    border-color: #e6b030;
    color: #16213f;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(247, 189, 52, 0.4);
    text-decoration: none;
}

/* Agi Benefits of Joining AGT */
.agi-benefits-of-joining-agt {
    padding-top: 80px;
    padding-bottom: 80px;
}

.benefits-heading {
    margin-bottom: 50px;
}

.benefits-heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #16213f;
    margin-bottom: 15px;
}

.benefits-divider {
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefits-divider span {
    height: 2px;
    width: 40px;
    background: #16213f;
}

.benefits-divider i {
    color: #16213f;
    font-size: 8px;
    margin: 0 10px;
}

.benefit-card {
    background: #fff;
    border-radius: 12px;
    padding: 35px 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f5f9;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.benefit-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(22, 33, 63, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.benefit-icon i,
.benefit-icon svg {
    font-size: 28px !important;
    color: #16213f;
}

.benefit-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #16213f;
    margin-bottom: 15px;
}

.benefit-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .benefits-heading h2 {
        font-size: 28px;
    }

    .benefit-card {
        padding: 25px 20px;
    }
}

.benefits-cta {
    margin-top: 15px;
}

.benefits-cta .btn-main {
    background: #f7bd34;
    color: #16213f;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    border: 2px solid #f7bd34;
    transition: all 0.3s ease;
    text-decoration: none;
}

.benefits-cta .btn-main:hover {
    background: #e6b030;
    border-color: #e6b030;
    color: #16213f;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(247, 189, 52, 0.4);
    text-decoration: none;
}

/* Student Success Stories */
.agi-student-success-stories {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
}

.success-story-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    margin: 5px;
    /* Added slight margin inside item to prevent box-shadow clipping */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.success-story-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}

.success-story-card .avatar {
    background-color: #009686;
}

.success-story-card .student-info span {
    color: #009686;
}

.tijos-video-testimonials-box .owl-stage {
    display: flex;
}

.tijos-video-testimonials-box .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.tijos-video-testimonials-box .success-story-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* AGI FAQ Section */
.agi-faq {
    padding-top: 80px;
    padding-bottom: 80px;
}

.accrodion {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accrodion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
}

.accrodion-title h4 {
    font-size: 16px;
    font-weight: 600;
    color: #16213f;
    margin-bottom: 0;
}

.accrodion-title .accrodion-icon {
    font-size: 14px;
    color: #64748b;
    transition: transform 0.3s ease;
}

.accrodion.active .accrodion-title .accrodion-icon {
    transform: rotate(180deg);
}

.accrodion-content .inner {
    padding: 0 25px 25px 25px;
}

.accrodion-content p {
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* AGI Footer Area */
.agi-footer {
    background-color: #16213f;
    padding-top: 80px;
    color: #fff;
}

.agi-footer .widget-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.agi-footer .widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #f7bd34;
}

.agi-footer .text-light-gray {
    color: rgba(255, 255, 255, 0.7) !important;
}

.agi-footer .text-yellow {
    color: #f7bd34 !important;
}

.agi-footer .footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.agi-footer .footer-social a:hover {
    background: #f7bd34;
    color: #16213f;
    transform: translateY(-3px);
}

.agi-footer .footer-links li {
    margin-bottom: 12px;
}

.agi-footer .footer-links a {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    text-decoration: none;
}

.agi-footer .footer-links a:hover {
    color: #f7bd34;
    padding-left: 5px;
}

.agi-footer .footer-contact-info .icon {
    font-size: 18px;
    margin-top: 4px;
}

.agi-footer .footer-contact-info a {
    transition: all 0.3s ease;
    text-decoration: none;
}

.agi-footer .footer-contact-info a:hover {
    color: #f7bd34 !important;
}

.agi-footer .footer-legal-links a {
    transition: all 0.3s ease;
    text-decoration: none;
}

.agi-footer .footer-legal-links a:hover {
    color: #f7bd34 !important;
}

/* Mobile Navbar Fixes */
@media (max-width: 767px) {
    .navbar .navbar-inner {
        background: transparent !important;
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        right: 15px !important;
        padding: 0 !important;
        width: auto !important;
    }

    .btn-pro {
        margin: 0 !important;
        padding: 0 !important;
    }

    .btn-pro a {
        padding: 10px 15px !important;
        font-size: 13px !important;
    }

    .navbar-brand img {
        max-width: 80px !important;
        padding-left: 20px;
    }

}